diff --git a/CHANGELOG.md b/CHANGELOG.md index 127865c..8e81660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## Version 0.2.2 + +- Hotfix for Docker deployment continued +- Handle wrong function import + +## Version 0.2.1 + +- Hotfix for Docker deployment + ## Version 0.2.0 - Add support for uppercase radarcode in file names (#53) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75965fe..4df7546 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -219,7 +219,7 @@ Github Actions is used to automatic push releases to pypi by the publish step in - `git checkout main`, `git pull origin main` - Update the `CHANGELOG.md` with the changes for this new release -- `git commit -m 'Update changelog for release X.X.X' CHANGELOG.rst +- `git commit -m 'Update changelog for release X.X.X' CHANGELOG.md - `git push origin master` - Add git tags: `git tag vX.X.X` - Push the git tags: `git push --tags`