diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a25d1bc..179a536 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.15.0" + ".": "1.15.1" } diff --git a/.version.txt b/.version.txt index 141f2e8..ace4423 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.15.0 +1.15.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e070f..38f4402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.15.1](https://github.com/rubyists/linear-cli/compare/v1.15.0...v1.15.1) (2026-08-19) + + +### Bug Fixes + +* fix workflow for rebasing ([#155](https://github.com/rubyists/linear-cli/issues/155)) ([c44178c](https://github.com/rubyists/linear-cli/commit/c44178c4261de4b02371aaa919437ebf523d1072)) +* **project:** scope all project prompts to team ([#154](https://github.com/rubyists/linear-cli/issues/154)) ([b884436](https://github.com/rubyists/linear-cli/commit/b884436414e94c45ecff0e9b73579b1f6fba6e14)) + ## [1.15.0](https://github.com/rubyists/linear-cli/compare/v1.14.0...v1.15.0) (2026-08-19) diff --git a/Readme.adoc b/Readme.adoc index 9b32725..50ae6c2 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -18,7 +18,7 @@ endif::[] :image-major-tag: v1 // x-release-please-end // x-release-please-start-version -:image-pin-example: v1.15.0 +:image-pin-example: v1.15.1 // 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 fe1aba1..ddef399 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.15.0", + version: "1.15.1", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,