diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6908ec3d..7abcf1b547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ This project does not yet adheres to [Semantic Versioning](https://semv ## [unreleased] +\- + +## [0.43.2] - 2024-08-10 + ### Added - `all` button to predicate selector in Field Synchronize [#4005] @@ -4747,7 +4751,8 @@ _Special thanks to Tom Klein for his amazing open-source contributions on this r - Loosing input page numbers when switching tabs on New Taxon Name task [#1532]: https://github.com/SpeciesFileGroup/taxonworks/issues/1532 -[unreleased]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.43.1..development +[unreleased]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.43.2..development +[0.43.2]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.43.1...v0.43.2 [0.43.1]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.43.0...v0.43.1 [0.43.0]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.42.0...v0.43.0 [0.42.0]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.41.1...v0.42.0 diff --git a/lib/taxonworks/version.rb b/lib/taxonworks/version.rb index 8ee19041dc..7cf0215e50 100644 --- a/lib/taxonworks/version.rb +++ b/lib/taxonworks/version.rb @@ -1,3 +1,3 @@ module TaxonWorks - VERSION = '0.43.1' + VERSION = '0.43.2' end