diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09abf21..672339d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.1" + ".": "1.13.2" } diff --git a/.version.txt b/.version.txt index b50dd27..61ce01b 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.13.1 +1.13.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8712d9b..521d7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.2](https://github.com/rubyists/linear-cli/compare/v1.13.1...v1.13.2) (2026-08-16) + + +### Bug Fixes + +* correct Linear API key settings URL ([#134](https://github.com/rubyists/linear-cli/issues/134)) ([382e5cf](https://github.com/rubyists/linear-cli/commit/382e5cf8dac856cf65394f38d11778e3db9e3215)) + ## [1.13.1](https://github.com/rubyists/linear-cli/compare/v1.13.0...v1.13.1) (2026-08-16) diff --git a/app/mix.exs b/app/mix.exs index 87db2a0..8650bd4 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.1", + version: "1.13.2", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,