From 6076ba7b15b6e1395d659844d640c5770822e818 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Wed, 12 Aug 2026 18:14:08 -0400 Subject: [PATCH] chore(main): release 1.4.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 4c313f9..4918b25 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.4.1" } diff --git a/.version.txt b/.version.txt index 88c5fb8..347f583 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.4.0 +1.4.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aeb638..510a2a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/rubyists/linear-cli/compare/v1.4.0...v1.4.1) (2026-08-12) + + +### Bug Fixes + +* write .version directly instead of hardcoding the version in urls ([#98](https://github.com/rubyists/linear-cli/issues/98)) ([170ba1e](https://github.com/rubyists/linear-cli/commit/170ba1e4dad7eecdde34e9744269951da760b0e1)) + ## [1.4.0](https://github.com/rubyists/linear-cli/compare/v1.3.0...v1.4.0) (2026-08-12) diff --git a/app/mix.exs b/app/mix.exs index 24ce92c..77dc15a 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.4.0", + version: "1.4.1", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,