From efee9969d64fa11ed3348856b511579706911c0c Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:47:06 -0400 Subject: [PATCH] chore(main): release 2.2.0 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ Readme.adoc | 2 +- app/mix.exs | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 48fbed9..a5d1cf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.1" + ".": "2.2.0" } diff --git a/.version.txt b/.version.txt index 3e3c2f1..ccbccc3 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -2.1.1 +2.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c44836..579224a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/rubyists/linear-cli/compare/v2.1.1...v2.2.0) (2026-08-21) + + +### Features + +* add status option to the issue close / cancel commands ([#176](https://github.com/rubyists/linear-cli/issues/176)) ([c6d6792](https://github.com/rubyists/linear-cli/commit/c6d6792119e39197d96da73747a99eb8fd5fc233)) + ## [2.1.1](https://github.com/rubyists/linear-cli/compare/v2.1.0...v2.1.1) (2026-08-21) diff --git a/Readme.adoc b/Readme.adoc index f952fb5..ab8cf95 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -18,7 +18,7 @@ endif::[] :image-major-tag: v2 // x-release-please-end // x-release-please-start-version -:image-pin-example: v2.1.1 +:image-pin-example: v2.2.0 // x-release-please-end A command line interface to https://linear.app - list, take, create, develop, diff --git a/app/mix.exs b/app/mix.exs index 41549b2..782683b 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -7,7 +7,7 @@ defmodule LinearCli.MixProject do [ app: :linear_cli, # x-release-please-start-version - version: "2.1.1", + version: "2.2.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,