diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee668913b..9fd5ff6b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ This project does not yet adheres to [Semantic Versioning](https://semv ## [unreleased] +\- + +## [0.44.3] - 2024-10-03 + ### Added - `dwc_occurrence_id[]` param to dwc_gallery endpoint @@ -4896,7 +4900,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.44.2..development +[unreleased]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.44.3..development +[0.44.3]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.44.2...v0.44.3 [0.44.2]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.44.1...v0.44.2 [0.44.1]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.44.0...v0.44.1 [0.44.0]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.43.3...v0.44.0 diff --git a/lib/taxonworks/version.rb b/lib/taxonworks/version.rb index bf82a0ad32..169c3bc391 100644 --- a/lib/taxonworks/version.rb +++ b/lib/taxonworks/version.rb @@ -1,3 +1,3 @@ module TaxonWorks - VERSION = '0.44.2' + VERSION = '0.44.3' end