diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de09b3..6cf1f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +## [6.10.5] - 2024-11-05 + +### Fixed + +- use Nexus URL environment variable for internal releases + ## [6.10.4] - 2024-10-29 ### Fixed diff --git a/lib/sbmt/outbox/version.rb b/lib/sbmt/outbox/version.rb index 1505807..75fd717 100644 --- a/lib/sbmt/outbox/version.rb +++ b/lib/sbmt/outbox/version.rb @@ -2,6 +2,6 @@ module Sbmt module Outbox - VERSION = "6.10.4" + VERSION = "6.10.5" end end