diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4918b25..dd8fde7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.1" + ".": "1.5.0" } diff --git a/.version.txt b/.version.txt index 347f583..bc80560 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.4.1 +1.5.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 510a2a6..c2657d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/rubyists/linear-cli/compare/v1.4.1...v1.5.0) (2026-08-13) + + +### Features + +* vendor stokowski for Linear-driven agent orchestration ([#101](https://github.com/rubyists/linear-cli/issues/101)) ([b68fc57](https://github.com/rubyists/linear-cli/commit/b68fc57c0acab0903979d0ea8b36e15a403a0664)) + ## [1.4.1](https://github.com/rubyists/linear-cli/compare/v1.4.0...v1.4.1) (2026-08-12) diff --git a/app/mix.exs b/app/mix.exs index 54a0b40..fbdde88 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.4.1", + version: "1.5.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,