diff --git a/CHANGELOG.md b/CHANGELOG.md index ab90ed4..99be6e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ Changelog for NeoFS LOCODE database ## [Unreleased] +## [0.8.0] - 2025-02-28 + +### Removed +- Useless exported types (#54) + +### Updated +- UN/LOCODE to `2024-2` version (#51) +- github.com/stretchr/testify dependency to v1.10.0 (#55) +- golang.org/x/text dependency to v1.10.0 (#55) + ## [0.7.0] - 2024-08-28 ### Changed @@ -83,4 +93,5 @@ Initial release. [0.5.0]: https://github.com/nspcc-dev/locode-db/compare/v0.4.0...v0.5.0 [0.6.0]: https://github.com/nspcc-dev/locode-db/compare/v0.5.0...v0.6.0 [0.7.0]: https://github.com/nspcc-dev/locode-db/compare/v0.6.0...v0.7.0 -[Unreleased]: https://github.com/nspcc-dev/locode-db/compare/v0.7.0...master +[0.8.0]: https://github.com/nspcc-dev/locode-db/compare/v0.7.0...v0.8.0 +[Unreleased]: https://github.com/nspcc-dev/locode-db/compare/v0.8.0...master