diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 672339d..2ef9a1c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.2" + ".": "1.14.0" } diff --git a/.version.txt b/.version.txt index 61ce01b..850e742 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.13.2 +1.14.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index f9590bc..6585b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.14.0](https://github.com/rubyists/linear-cli/compare/v1.13.2...v1.14.0) (2026-08-18) + + +### Features + +* **issue:** add interactive issue assign command ([#140](https://github.com/rubyists/linear-cli/issues/140)) ([33176bd](https://github.com/rubyists/linear-cli/commit/33176bdb5427b5e36146973d7b383304c394ad90)) + ## [1.13.2](https://github.com/rubyists/linear-cli/compare/v1.13.1...v1.13.2) (2026-08-16) diff --git a/app/mix.exs b/app/mix.exs index 8650bd4..807a418 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.13.2", + version: "1.14.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,