diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca1c614..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.8.0" } diff --git a/.version.txt b/.version.txt index 7486fdb..a3df0a6 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.7.2 +0.8.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 55195cd..22f2518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.8.0](https://github.com/rubyists/linear-cli-ex/compare/v0.7.2...v0.8.0) (2026-08-10) + + +### ⚠ BREAKING CHANGES + +* **ci:** rename release.yaml to main.yaml, workflow name to "main" ([#38](https://github.com/rubyists/linear-cli-ex/issues/38)) + +### Miscellaneous Chores + +* **ci:** rename release.yaml to main.yaml, workflow name to "main" ([#38](https://github.com/rubyists/linear-cli-ex/issues/38)) ([2581a40](https://github.com/rubyists/linear-cli-ex/commit/2581a405fc7f5cdc0532cce54e2a26c34e2f9890)) + ## [0.7.2](https://github.com/rubyists/linear-cli-ex/compare/v0.7.1...v0.7.2) (2026-08-09) diff --git a/app/mix.exs b/app/mix.exs index 2411112..91ad5fe 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.2", + version: "0.8.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,