diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4b800..31a2776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.6.1] - 2026-06-15 + ### Fixed - `SubFile.seek` for some integer-like scalar types (e.g. `numpy.unsignedinteger`) @@ -106,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Basic JBP functionality copied from SARkit's `_nitf_io.py` - TRE support: SECTGA -[unreleased]: https://github.com/ValkyrieSystems/jbpy/compare/v0.6.0...HEAD +[unreleased]: https://github.com/ValkyrieSystems/jbpy/compare/v0.6.1...HEAD +[0.6.1]: https://github.com/ValkyrieSystems/jbpy/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/ValkyrieSystems/jbpy/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/ValkyrieSystems/jbpy/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/ValkyrieSystems/jbpy/compare/v0.4.0...v0.5.0