diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.2.0" } diff --git a/.version.txt b/.version.txt index d917d3e..0ea3a94 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.1.2 +0.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index df3d58c..b88a822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/rubyists/linear-cli-ex/compare/v0.1.2...v0.2.0) (2026-08-09) + + +### ⚠ BREAKING CHANGES + +* add Readme/LICENSE, feat: wire up the issue list --project picker ([#12](https://github.com/rubyists/linear-cli-ex/issues/12)) + +### Documentation + +* add Readme/LICENSE, feat: wire up the issue list --project picker ([#12](https://github.com/rubyists/linear-cli-ex/issues/12)) ([eb42c69](https://github.com/rubyists/linear-cli-ex/commit/eb42c69112fe39d855559c78cb79982e0b9e8307)) + ## [0.1.2](https://github.com/rubyists/linear-cli-ex/compare/v0.1.1...v0.1.2) (2026-08-09) diff --git a/app/mix.exs b/app/mix.exs index 136421a..1502bd6 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.1.2", + version: "0.2.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,