From 214b5b2144044e41f980280cbed12f64f5263279 Mon Sep 17 00:00:00 2001 From: veldotshine Date: Tue, 30 May 2023 15:20:10 +1000 Subject: [PATCH] Bump up to next pre-release version 2.2.3-pre.0 --- .github/workflows/publish-workflow.yaml | 2 +- CHANGELOG.md | 3 +++ conf/gem.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml index 7760ad6..879ad6d 100644 --- a/.github/workflows/publish-workflow.yaml +++ b/.github/workflows/publish-workflow.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v1 with: - ref: 2.2.2 + ref: main - uses: docker/login-action@v1 with: registry: ghcr.io diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a74cf9..cac35e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [2.2.2] - 2023-05-30 ### Fixed - Fixed AWS Cloudwatch client log events to return non empty response @@ -114,6 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#24]: https://github.com/shinesolutions/ruby_aem_aws/issues/24 [#30]: https://github.com/shinesolutions/ruby_aem_aws/issues/30 +[Unreleased]: https://github.com/shinesolutions/ruby_aem_aws/compare/2.2.2...HEAD [2.2.2]: https://github.com/shinesolutions/ruby_aem_aws/compare/2.2.1...2.2.2 [2.2.1]: https://github.com/shinesolutions/ruby_aem_aws/compare/2.2.0...2.2.1 [2.2.0]: https://github.com/shinesolutions/ruby_aem_aws/compare/2.1.0...2.2.0 diff --git a/conf/gem.yaml b/conf/gem.yaml index a53fdf5..c9885b6 100644 --- a/conf/gem.yaml +++ b/conf/gem.yaml @@ -1 +1 @@ -version: 2.2.2 +version: 2.2.3-pre.0