diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e1c40e..2a248c7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.2" + ".": "0.8.3" } diff --git a/.version.txt b/.version.txt index 100435b..ee94dd8 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.8.2 +0.8.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index a4fba46..bbcc6d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.3](https://github.com/rubyists/linear-cli-ex/compare/v0.8.2...v0.8.3) (2026-08-10) + + +### Features + +* **ci:** add a full SBOM - app deps, OTP/Elixir runtime, container OS packages ([#54](https://github.com/rubyists/linear-cli-ex/issues/54)) ([e296fdd](https://github.com/rubyists/linear-cli-ex/commit/e296fdde2c141f2098905ae0b5c444db357a073b)) + ## [0.8.2](https://github.com/rubyists/linear-cli-ex/compare/v0.8.1...v0.8.2) (2026-08-10) diff --git a/app/mix.exs b/app/mix.exs index f1a900f..4a5aff9 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.2", + version: "0.8.3", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,