From 8572dd7d423dbb3d54a173be9a2d080d6b1b006d Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Sun, 16 Aug 2026 12:49:49 -0400 Subject: [PATCH] chore(main): release 1.11.0 --- .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 d9246dd..cf198b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.11.0" } diff --git a/.version.txt b/.version.txt index 81c871d..1cac385 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.10.0 +1.11.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index a82e91d..1f0cb4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/rubyists/linear-cli/compare/v1.10.0...v1.11.0) (2026-08-16) + + +### Features + +* **ci:** add linux_aarch64 release build (CRY-48) ([#125](https://github.com/rubyists/linear-cli/issues/125)) ([da25532](https://github.com/rubyists/linear-cli/commit/da255325b0a0bfa14df23591e2d2d581fe6d4fc0)) + ## [1.10.0](https://github.com/rubyists/linear-cli/compare/v1.9.1...v1.10.0) (2026-08-16) diff --git a/app/mix.exs b/app/mix.exs index 9093d33..b73d00f 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: "1.10.0", + version: "1.11.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,