From ff635a049619e26f3ff2b647aabd7e057bc151b3 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Wed, 12 Aug 2026 10:15:34 -0400 Subject: [PATCH] chore(main): release 1.1.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 5fdd883..c4ddc74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/.version.txt b/.version.txt index 9084fa2..524cb55 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c672d..62424cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/rubyists/linear-cli/compare/v1.1.0...v1.1.1) (2026-08-12) + + +### Bug Fixes + +* update references after the linear-cli-ex -> linear-cli / linear-cli -> linear-cli-rb repo renames ([#81](https://github.com/rubyists/linear-cli/issues/81)) ([8328782](https://github.com/rubyists/linear-cli/commit/8328782d5c083ee3cfbfe09c3b2432cfe88f06b2)) + ## [1.1.0](https://github.com/rubyists/linear-cli-ex/compare/v1.0.0...v1.1.0) (2026-08-12) diff --git a/app/mix.exs b/app/mix.exs index b1193d2..bf2e28a 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.1.0", + version: "1.1.1", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,