From 0a2aeac6eb072a61bae211e732220c6e908f19cf Mon Sep 17 00:00:00 2001 From: ruby-automation Date: Mon, 3 Jun 2024 11:24:10 -0500 Subject: [PATCH] chore(main): release 0.2.8 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 8 ++++++++ lib/dapr/version.rb | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 054e8bc..e7cf9b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.7" + ".": "0.2.8" } diff --git a/.version.txt b/.version.txt index b003284..a45be46 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.2.7 +0.2.8 diff --git a/CHANGELOG.md b/CHANGELOG.md index bd238e8..5da2852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## [Unreleased] +## [0.2.8](https://github.com/rubyists/dapr-ruby-client/compare/v0.2.7...v0.2.8) (2024-06-03) + + +### Bug Fixes + +* Adds type declaration to workflow inputs ([#50](https://github.com/rubyists/dapr-ruby-client/issues/50)) ([3203b1c](https://github.com/rubyists/dapr-ruby-client/commit/3203b1cfa383f58b61a7fc00f57bbd007c1ff494)) +* **build:** Corrects name of image build script ([#49](https://github.com/rubyists/dapr-ruby-client/issues/49)) ([04ff29e](https://github.com/rubyists/dapr-ruby-client/commit/04ff29e5812ac5986f3ec01b10300c566d12979c)) + ## [0.2.7](https://github.com/rubyists/dapr-ruby-client/compare/v0.2.6...v0.2.7) (2024-06-03) diff --git a/lib/dapr/version.rb b/lib/dapr/version.rb index 5dbe2ed..eb09da4 100644 --- a/lib/dapr/version.rb +++ b/lib/dapr/version.rb @@ -3,7 +3,7 @@ module Rubyists module Dapr # x-release-please-start-version - VERSION = '0.2.7' + VERSION = '0.2.8' # x-release-please-end end end