diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64e0684..099626f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.8.0" } diff --git a/.version.txt b/.version.txt index bd8bf88..27f9cd3 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.7.0 +1.8.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e02d6..1c05399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/rubyists/linear-cli/compare/v1.7.0...v1.8.0) (2026-08-14) + + +### Features + +* **issue:** add --all and --status filters to issue list ([#117](https://github.com/rubyists/linear-cli/issues/117)) ([4517e82](https://github.com/rubyists/linear-cli/commit/4517e826bf4bc52316e8c947adbe21c2ef9ca4bd)) + ## [1.7.0](https://github.com/rubyists/linear-cli/compare/v1.6.0...v1.7.0) (2026-08-14) diff --git a/app/mix.exs b/app/mix.exs index e7d54f9..b3b4bd6 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.7.0", + version: "1.8.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,