diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e60bf2a..033e2d4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.9" + ".": "0.2.10" } diff --git a/.version.txt b/.version.txt index 1866a36..13dead7 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.2.9 +0.2.10 diff --git a/CHANGELOG.md b/CHANGELOG.md index 428eef5..a991504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.10](https://github.com/rubyists/leopard/compare/v0.2.9...v0.2.10) (2026-09-16) + + +### Features + +* add NATS service discovery tools ([#58](https://github.com/rubyists/leopard/issues/58)) ([#59](https://github.com/rubyists/leopard/issues/59)) ([382d5e7](https://github.com/rubyists/leopard/commit/382d5e7e19367796145bec07e4bda686268905ae)) + ## [0.2.9](https://github.com/rubyists/leopard/compare/v0.2.8...v0.2.9) (2026-07-23) diff --git a/lib/leopard/version.rb b/lib/leopard/version.rb index 913f833..b33a0bd 100644 --- a/lib/leopard/version.rb +++ b/lib/leopard/version.rb @@ -3,7 +3,7 @@ module Rubyists module Leopard # x-release-please-start-version - VERSION = '0.2.9' + VERSION = '0.2.10' # x-release-please-end end end