From 8c07a80a5c767accfc89e0d7a447687441e576d9 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Sun, 9 Aug 2026 20:35:35 -0400 Subject: [PATCH] chore(main): release 0.8.1 --- .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 64f3cdd..02f17d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } diff --git a/.version.txt b/.version.txt index a3df0a6..6f4eebd 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.8.0 +0.8.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f2518..f644c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/rubyists/linear-cli-ex/compare/v0.8.0...v0.8.1) (2026-08-10) + + +### Features + +* **cli:** add project update - post a status update to a project ([#43](https://github.com/rubyists/linear-cli-ex/issues/43)) ([30dc6dc](https://github.com/rubyists/linear-cli-ex/commit/30dc6dcd2f47fd698adfa74f4e439cc5f57eba5b)) + ## [0.8.0](https://github.com/rubyists/linear-cli-ex/compare/v0.7.2...v0.8.0) (2026-08-10) diff --git a/app/mix.exs b/app/mix.exs index 91ad5fe..2c9b911 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.0", + version: "0.8.1", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,