diff --git a/CHANGELOG.md b/CHANGELOG.md index 9faab6b..c7596ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [1.5.0](https://github.com/lsst-it/foreman_envsync/tree/1.5.0) (2023-03-15) +## [v1.5.0](https://github.com/lsst-it/foreman_envsync/tree/v1.5.0) (2023-03-16) -[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.4.1...1.5.0) +[Full Changelog](https://github.com/lsst-it/foreman_envsync/compare/v1.4.1...v1.5.0) **Implemented enhancements:** diff --git a/lib/foreman_envsync/version.rb b/lib/foreman_envsync/version.rb index a871988..07b3ece 100644 --- a/lib/foreman_envsync/version.rb +++ b/lib/foreman_envsync/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ForemanEnvsync - VERSION = "1.5.0" + VERSION = "1.5.1" end