From 9789d396f9ac56123bf940a191b0933a43e1332f Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Sat, 15 Feb 2025 16:00:34 -0600 Subject: [PATCH] chore(main): release 0.2.2 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ lib/sequel/pgt_outbox/version.rb | 2 +- oci/Gemfile | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/.version.txt b/.version.txt index 0c62199..ee1372d 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.2.1 +0.2.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd5234..65701b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [Unreleased] +## [0.2.2](https://github.com/rubyists/sequel-pgt_outbox/compare/v0.2.1...v0.2.2) (2025-02-15) + + +### Bug Fixes + +* Corrects github remote to origin and ignores rubygems api checksum ([#6](https://github.com/rubyists/sequel-pgt_outbox/issues/6)) ([eb2e557](https://github.com/rubyists/sequel-pgt_outbox/commit/eb2e55743fb13a30427bbcc3ffd71a9c17f1972e)) + ## [0.2.1](https://github.com/rubyists/sequel-pgt_outbox/compare/v0.2.0...v0.2.1) (2025-02-15) diff --git a/lib/sequel/pgt_outbox/version.rb b/lib/sequel/pgt_outbox/version.rb index 2dec333..6d00a4b 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.1' + VERSION = '0.2.2' # x-release-please-end end end diff --git a/oci/Gemfile b/oci/Gemfile index 687816c..50cdf53 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.1' +gem 'sequel-pgt_outbox', '= 0.2.2' # x-release-please-end