diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 099626f..4fcfdf7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "1.9.0" } diff --git a/.version.txt b/.version.txt index 27f9cd3..f8e233b 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.8.0 +1.9.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c05399..608e3f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.0](https://github.com/rubyists/linear-cli/compare/v1.8.0...v1.9.0) (2026-08-16) + + +### Features + +* **profile:** add profile clear command ([#120](https://github.com/rubyists/linear-cli/issues/120)) ([45cce6f](https://github.com/rubyists/linear-cli/commit/45cce6f154cc2c8068887a01958abe751aac36d1)) + ## [1.8.0](https://github.com/rubyists/linear-cli/compare/v1.7.0...v1.8.0) (2026-08-14) diff --git a/app/mix.exs b/app/mix.exs index b3b4bd6..99f9753 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.8.0", + version: "1.9.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,