From f2fd66c9cec3dbfc92f5633fc471bc878dfc113a Mon Sep 17 00:00:00 2001 From: Misha Merkushin Date: Tue, 5 Nov 2024 09:43:08 +0300 Subject: [PATCH] bump version v6.10.5 --- CHANGELOG.md | 6 ++++++ lib/sbmt/outbox/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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