diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8730782b56..894ae7463a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ This project does not yet adheres to [Semantic Versioning](https://semv
## [unreleased]
+\-
+
+## [0.34.6] - 2023-10-06
+
### Added
- WKT and GeoJSON endpoints for /geographic_items/123.wkt
@@ -3937,7 +3941,8 @@ This project does not yet adheres to [Semantic Versioning](https://semv
- 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.34.5...development
+[unreleased]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.34.6...development
+[0.34.6]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.34.5...v0.34.6
[0.34.5]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.34.4...v0.34.5
[0.34.4]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.34.3...v0.34.4
[0.34.3]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.34.2...v0.34.3
diff --git a/lib/taxonworks/version.rb b/lib/taxonworks/version.rb
index 4a69921855..c352e4aa11 100644
--- a/lib/taxonworks/version.rb
+++ b/lib/taxonworks/version.rb
@@ -1,3 +1,3 @@
module Taxonworks
- VERSION = "0.34.5"
+ VERSION = "0.34.6"
end