diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 949ce4c..0451499 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } diff --git a/.version.txt b/.version.txt index ee1372d..7179039 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.2.2 +0.2.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 65701b9..6bfe674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [Unreleased] +## [0.2.3](https://github.com/rubyists/sequel-pgt_outbox/compare/v0.2.2...v0.2.3) (2025-02-15) + + +### Features + +* Add `outboxify` cli ([#8](https://github.com/rubyists/sequel-pgt_outbox/issues/8)) ([f9e299f](https://github.com/rubyists/sequel-pgt_outbox/commit/f9e299f1e86936879d1794dd44f2364ce6bc1ae5)) + ## [0.2.2](https://github.com/rubyists/sequel-pgt_outbox/compare/v0.2.1...v0.2.2) (2025-02-15) diff --git a/lib/sequel/pgt_outbox/version.rb b/lib/sequel/pgt_outbox/version.rb index 6d00a4b..dab947d 100644 --- a/lib/sequel/pgt_outbox/version.rb +++ b/lib/sequel/pgt_outbox/version.rb @@ -3,7 +3,7 @@ module Rubyists module PgtOutbox # x-release-please-start-version - VERSION = '0.2.2' + VERSION = '0.2.3' # x-release-please-end end end diff --git a/oci/Gemfile b/oci/Gemfile index 50cdf53..8a5ccfc 100644 --- a/oci/Gemfile +++ b/oci/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' # x-release-please-start-version -gem 'sequel-pgt_outbox', '= 0.2.2' +gem 'sequel-pgt_outbox', '= 0.2.3' # x-release-please-end