From 3e51ad5dc0f2c3cc67096a9715776cfcc2504dc5 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Tue, 11 Aug 2026 13:59:58 -0400 Subject: [PATCH] chore(main): release 0.8.5 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ app/mix.exs | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7467455..b894e70 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.4" + ".": "0.8.5" } diff --git a/.version.txt b/.version.txt index b60d719..7ada0d3 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.8.4 +0.8.5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f22ab..bfdecca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.5](https://github.com/rubyists/linear-cli-ex/compare/v0.8.4...v0.8.5) (2026-08-11) + + +### Bug Fixes + +* **deps:** update ash to a non-vulnerable version ([#63](https://github.com/rubyists/linear-cli-ex/issues/63)) ([b838e2a](https://github.com/rubyists/linear-cli-ex/commit/b838e2ad5147c6c38894be4e374621f55aa4bfeb)) + ## [0.8.4](https://github.com/rubyists/linear-cli-ex/compare/v0.8.3...v0.8.4) (2026-08-11) diff --git a/app/mix.exs b/app/mix.exs index fa0888f..5f0438e 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.4", + version: "0.8.5", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,