diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a09efe7..23860f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.0" + ".": "1.13.0" } diff --git a/.version.txt b/.version.txt index 0eed1a2..feaae22 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.12.0 +1.13.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3f43f..5c5479d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.0](https://github.com/rubyists/linear-cli/compare/v1.12.0...v1.13.0) (2026-08-16) + + +### Features + +* **homebrew:** add Linux ARM64 to the tap formula and release automation ([#130](https://github.com/rubyists/linear-cli/issues/130)) ([62fe899](https://github.com/rubyists/linear-cli/commit/62fe899156331850736c7414c2e9163961385b46)) + ## [1.12.0](https://github.com/rubyists/linear-cli/compare/v1.11.0...v1.12.0) (2026-08-16) diff --git a/app/mix.exs b/app/mix.exs index 9b8376e..77f4e1d 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.12.0", + version: "1.13.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,