diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b725ab0..47fb725 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.0.2" } diff --git a/.version.txt b/.version.txt index 38f77a6..e9307ca 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -2.0.1 +2.0.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index b4901b7..8bbb49f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.2](https://github.com/rubyists/linear-cli/compare/v2.0.1...v2.0.2) (2025-11-03) + + +### Bug Fixes + +* Corrects publisher for gem ([#13](https://github.com/rubyists/linear-cli/issues/13)) ([61bf747](https://github.com/rubyists/linear-cli/commit/61bf74747cea8d2572ef9f553c5e56f4cc7788a8)) + ## [2.0.1](https://github.com/rubyists/linear-cli/compare/v2.0.0...v2.0.1) (2025-11-03) diff --git a/oci/Gemfile b/oci/Gemfile index fd8d3d2..0aea4ba 100644 --- a/oci/Gemfile +++ b/oci/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' # x-release-please-start-version -gem 'linear-cli', '= 2.0.1' +gem 'linear-cli', '= 2.0.2' # x-release-please-end