From 831a54410f832c46fc2307b9c21f934ae469b36b Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:11:31 -0500 Subject: [PATCH] chore(main): release 2.8.1 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ Readme.adoc | 2 +- app/mix.exs | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7a56472..10d53e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.8.0" + ".": "2.8.1" } diff --git a/.version.txt b/.version.txt index 834f262..dbe5900 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -2.8.0 +2.8.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index da106f4..8b8deb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.8.1](https://github.com/rubyists/linear-cli/compare/v2.8.0...v2.8.1) (2026-09-07) + + +### Bug Fixes + +* run local gate before push audit ([#256](https://github.com/rubyists/linear-cli/issues/256)) ([30b3963](https://github.com/rubyists/linear-cli/commit/30b3963fdb0f64124145781b6f6067398ea64dea)) + ## [2.8.0](https://github.com/rubyists/linear-cli/compare/v2.7.0...v2.8.0) (2026-09-06) diff --git a/Readme.adoc b/Readme.adoc index 417c40e..dd25a50 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -19,7 +19,7 @@ endif::[] :image-major-tag: v2 // x-release-please-end // x-release-please-start-version -:image-pin-example: v2.8.0 +:image-pin-example: v2.8.1 // x-release-please-end A command line interface to https://linear.app - list, take, create, develop, diff --git a/app/mix.exs b/app/mix.exs index cdbd2c4..c9f9c37 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -7,7 +7,7 @@ defmodule LinearCli.MixProject do [ app: :linear_cli, # x-release-please-start-version - version: "2.8.0", + version: "2.8.1", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,