From 73fc5784391ce3cb9381b816f3e0a959aad4116f Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Wed, 12 Aug 2026 17:00:01 -0400 Subject: [PATCH] chore(main): release 1.4.0 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 12 ++++++++++++ app/mix.exs | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd9..4c313f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.4.0" } diff --git a/.version.txt b/.version.txt index f0bb29e..88c5fb8 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ae237..1aeb638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.0](https://github.com/rubyists/linear-cli/compare/v1.3.0...v1.4.0) (2026-08-12) + + +### Features + +* bump the homebrew-tap formula automatically after each release ([#95](https://github.com/rubyists/linear-cli/issues/95)) ([d13ddf4](https://github.com/rubyists/linear-cli/commit/d13ddf46ea207947637a4a30c3c651e60c591bf6)) + + +### Bug Fixes + +* retry install.sh's curl downloads on transient connection failures ([#94](https://github.com/rubyists/linear-cli/issues/94)) ([c4633a2](https://github.com/rubyists/linear-cli/commit/c4633a2dfbc11f9484a5f5462c7f8888425b4749)) + ## [1.3.0](https://github.com/rubyists/linear-cli/compare/v1.2.0...v1.3.0) (2026-08-12) diff --git a/app/mix.exs b/app/mix.exs index 1816567..24ce92c 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.3.0", + version: "1.4.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,