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..7831dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.2](https://github.com/rubyists/linear-cli/compare/v2.0.1...v2.0.2) (2025-11-03) + + +### Bug Fixes + +* Corrects publish workflow yaml syntax error ([#16](https://github.com/rubyists/linear-cli/issues/16)) ([4a50f27](https://github.com/rubyists/linear-cli/commit/4a50f27ed08abc690b7a27b4712cd5088cf57e70)) +* Corrects publisher for gem ([#13](https://github.com/rubyists/linear-cli/issues/13)) ([61bf747](https://github.com/rubyists/linear-cli/commit/61bf74747cea8d2572ef9f553c5e56f4cc7788a8)) +* Fix gem publisher ([#15](https://github.com/rubyists/linear-cli/issues/15)) ([d370dd6](https://github.com/rubyists/linear-cli/commit/d370dd684832056748e28b4a34e69ef7ba64b3bb)) + ## [2.0.1](https://github.com/rubyists/linear-cli/compare/v2.0.0...v2.0.1) (2025-11-03) diff --git a/lib/linear/cli/version.rb b/lib/linear/cli/version.rb index 0e5c8f6..419d006 100644 --- a/lib/linear/cli/version.rb +++ b/lib/linear/cli/version.rb @@ -3,7 +3,7 @@ module Rubyists module Linear # x-release-please-start-version - VERSION = '2.0.1' + VERSION = '2.0.2' # x-release-please-end end end 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