From 407b19a09ae0309b0db4b6c2e503e59eeee37012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Lucas=20Pereira?= Date: Mon, 9 Sep 2024 14:44:52 -0300 Subject: [PATCH] Preparing for version 0.43.3 release [skip ci] --- CHANGELOG.md | 7 ++++++- lib/taxonworks/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ca5516ac..a0809ff18a 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.3] - 2024-09-09 + ### Added - With/out facets for Loan dates [#3729] @@ -4805,7 +4809,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.2..development +[unreleased]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.43.3..development +[0.43.3]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.43.2...v0.43.3 [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 diff --git a/lib/taxonworks/version.rb b/lib/taxonworks/version.rb index 7cf0215e50..b5d7b4365b 100644 --- a/lib/taxonworks/version.rb +++ b/lib/taxonworks/version.rb @@ -1,3 +1,3 @@ module TaxonWorks - VERSION = '0.43.2' + VERSION = '0.43.3' end