diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/.version.txt b/.version.txt index 0ea3a94..0c62199 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index b88a822..833f7d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/rubyists/linear-cli-ex/compare/v0.2.0...v0.2.1) (2026-08-09) + + +### Bug Fixes + +* **ci:** create releases as drafts so assets survive Immutable Releases ([#19](https://github.com/rubyists/linear-cli-ex/issues/19)) ([8572623](https://github.com/rubyists/linear-cli-ex/commit/8572623eb515f2066aeade9b61d96929cee543fb)) + ## [0.2.0](https://github.com/rubyists/linear-cli-ex/compare/v0.1.2...v0.2.0) (2026-08-09) diff --git a/app/mix.exs b/app/mix.exs index 1502bd6..0b37a41 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.2.0", + version: "0.2.1", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,