diff --git a/CHANGELOG.md b/CHANGELOG.md
index f665c3f2aa..b5fc5cb383 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ This project does not yet adheres to [Semantic Versioning](https://semv
## [unreleased]
+\-
+
+## [0.27.0] - 2022-06-17
+
### Added
- Task to manage pubilcation of Content to PublicContent [#3004] in part
- Task to merge taxon name relationships from one taxon to another [#3022]
@@ -29,7 +33,6 @@ This project does not yet adheres to [Semantic Versioning](https://semv
- Geographic areas download failing to generate CSV
- Flip is not working propertly in Uniquify people task
-
[#3004]: https://github.com/SpeciesFileGroup/taxonworks/issues/3004
[#3022]: https://github.com/SpeciesFileGroup/taxonworks/issues/3022
[#3026]: https://github.com/SpeciesFileGroup/taxonworks/issues/3026
@@ -2725,7 +2728,8 @@ This project does not yet adheres to [Semantic Versioning](https://semv
[#1532]: https://github.com/SpeciesFileGroup/taxonworks/issues/1532
-[unreleased]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.26.2...development
+[unreleased]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.27.0...development
+[0.27.0]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.26.2...v0.27.0
[0.26.2]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.26.1...v0.26.2
[0.26.1]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.26.0...v0.26.1
[0.26.0]: https://github.com/SpeciesFileGroup/taxonworks/compare/v0.25.0...v0.26.0
diff --git a/lib/taxonworks/version.rb b/lib/taxonworks/version.rb
index b561dae031..31acfec0ab 100644
--- a/lib/taxonworks/version.rb
+++ b/lib/taxonworks/version.rb
@@ -1,3 +1,3 @@
module Taxonworks
- VERSION = "0.26.2"
+ VERSION = "0.27.0"
end