diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf198b9..a09efe7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "1.12.0" } diff --git a/.version.txt b/.version.txt index 1cac385..0eed1a2 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f0cb4a..8a3f43f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.0](https://github.com/rubyists/linear-cli/compare/v1.11.0...v1.12.0) (2026-08-16) + + +### Features + +* add st and stat aliases for issue status (CRY-50) ([#128](https://github.com/rubyists/linear-cli/issues/128)) ([988d978](https://github.com/rubyists/linear-cli/commit/988d978fcba8bdccc272f4591d3abfde60700118)) + ## [1.11.0](https://github.com/rubyists/linear-cli/compare/v1.10.0...v1.11.0) (2026-08-16) diff --git a/app/mix.exs b/app/mix.exs index b73d00f..9b8376e 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -5,7 +5,7 @@ defmodule LinearCli.MixProject do [ app: :linear_cli, # x-release-please-start-version - version: "1.11.0", + version: "1.12.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,