diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3906fc..f393718 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.9.0" + ".": "2.10.0" } diff --git a/.version.txt b/.version.txt index c8e38b6..10c2c0c 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -2.9.0 +2.10.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e4f96..2b8c753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.10.0](https://github.com/rubyists/linear-cli/compare/v2.9.0...v2.10.0) (2026-09-13) + + +### Features + +* **issues:** add --graph flag to issue view for transitive dependency graph ([#273](https://github.com/rubyists/linear-cli/issues/273)) ([95035b1](https://github.com/rubyists/linear-cli/commit/95035b14dbb295d53e2e02bf04e2406696d6fafd)) + ## [2.9.0](https://github.com/rubyists/linear-cli/compare/v2.8.0...v2.9.0) (2026-09-07) diff --git a/Readme.adoc b/Readme.adoc index f5335a9..5687f76 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -21,7 +21,7 @@ endif::[] :image-major-tag: v2 // x-release-please-end // x-release-please-start-version -:image-pin-example: v2.9.0 +:image-pin-example: v2.10.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 d74d8ac..a010337 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.9.0", + version: "2.10.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,