diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/.version.txt b/.version.txt index faef31a..39e898a 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.7.0 +0.7.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index de9e958..da70364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/rubyists/linear-cli-ex/compare/v0.7.0...v0.7.1) (2026-08-09) + + +### Bug Fixes + +* **ci:** rebuild the release pipeline to stop the version-bump runaway loop ([#30](https://github.com/rubyists/linear-cli-ex/issues/30)) ([c311fd4](https://github.com/rubyists/linear-cli-ex/commit/c311fd4dbc6a720b995c530daefa3bf1b6343452)) + ## [0.7.0](https://github.com/rubyists/linear-cli-ex/compare/v0.6.0...v0.7.0) (2026-08-09) diff --git a/app/mix.exs b/app/mix.exs index 0b7d5ad..684a086 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: "0.7.0", + version: "0.7.1", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,