diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a248c7..7467455 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.3" + ".": "0.8.4" } diff --git a/.version.txt b/.version.txt index ee94dd8..b60d719 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.8.3 +0.8.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcc6d4..03f22ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.4](https://github.com/rubyists/linear-cli-ex/compare/v0.8.3...v0.8.4) (2026-08-11) + + +### Features + +* **cli:** add favorite teams/projects, filtering list views by them ([#61](https://github.com/rubyists/linear-cli-ex/issues/61)) ([6c858d9](https://github.com/rubyists/linear-cli-ex/commit/6c858d9295a860b1415f1761c90ddf7e449dec12)) +* **cli:** add profiles - default team/project stored in local SQLite ([#57](https://github.com/rubyists/linear-cli-ex/issues/57)) ([554e336](https://github.com/rubyists/linear-cli-ex/commit/554e336951127e33bd031c380ffb7c9a4eda6328)) + ## [0.8.3](https://github.com/rubyists/linear-cli-ex/compare/v0.8.2...v0.8.3) (2026-08-10) diff --git a/app/mix.exs b/app/mix.exs index 4a5aff9..fa0888f 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.8.3", + version: "0.8.4", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,