diff --git a/CHANGELOG.md b/CHANGELOG.md index e9fabe1..9af40a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] + +Another patch to fix CI not uploading release to PyPI +### Changed + +- Update `nflows` submodule ([#36](https://github.com/igr-ml/glasflow/pull/36)) +- Remove LFS from `publish-to-pypi` workflow ([#36](https://github.com/igr-ml/glasflow/pull/36)) + +## [0.1.1] + +Patch to fix CI not uploading release to PyPI + +### Changed + +- Add LFS to `publish-to-pypi` workflow ([#35](https://github.com/igr-ml/glasflow/pull/35)) + ## [0.1.0] ### Added @@ -16,5 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `nflows` submodule that replaces `nflows` dependency - Add option for user-defined masks in coupling-based flows -[Unreleased]: https://github.com/igr-ml/glasflow/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/igr-ml/glasflow/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/igr-ml/glasflow/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/igr-ml/glasflow/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/igr-ml/glasflow/releases/tag/v0.1.0