diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd8fde7..e20d7e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } diff --git a/.version.txt b/.version.txt index bc80560..26ca594 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.5.0 +1.5.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f590f..a374d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/rubyists/linear-cli/compare/v1.5.0...v1.5.1) (2026-08-14) + + +### Bug Fixes + +* **ci:** build each Burrito target on its matching OS runner (CRY-40) ([#108](https://github.com/rubyists/linear-cli/issues/108)) ([c2d592d](https://github.com/rubyists/linear-cli/commit/c2d592d29fdb0f488a07afbaa7889ec53534443e)) + ## [1.5.0](https://github.com/rubyists/linear-cli/compare/v1.4.1...v1.5.0) (2026-08-13) diff --git a/app/mix.exs b/app/mix.exs index fbdde88..1749ee9 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.5.0", + version: "1.5.1", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,