diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b6f978..d9246dd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.1" + ".": "1.10.0" } diff --git a/.version.txt b/.version.txt index 9ab8337..81c871d 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.9.1 +1.10.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f0e26..a82e91d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://github.com/rubyists/linear-cli/compare/v1.9.1...v1.10.0) (2026-08-16) + + +### Features + +* **issue:** add lc issue status command ([#123](https://github.com/rubyists/linear-cli/issues/123)) ([20d0158](https://github.com/rubyists/linear-cli/commit/20d0158e2d103bb796c4d604d2e3a1b4b2ea04f5)) + ## [1.9.1](https://github.com/rubyists/linear-cli/compare/v1.9.0...v1.9.1) (2026-08-16) diff --git a/app/mix.exs b/app/mix.exs index ec0530c..791adae 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.9.1", + version: "1.10.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,