diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9965a34..a549f59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.4.0" } diff --git a/.version.txt b/.version.txt index 276cbf9..197c4d5 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -2.3.0 +2.4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f5ef1..2b1996f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.4.0](https://github.com/rubyists/linear-cli/compare/v2.3.0...v2.4.0) (2026-08-21) + + +### Features + +* adds more syntax highlighting languages ([#182](https://github.com/rubyists/linear-cli/issues/182)) ([91baa77](https://github.com/rubyists/linear-cli/commit/91baa77208f75c4d856ad99310daf28c05f6391d)) +* allow multiple concurrent status updates for issues ([#180](https://github.com/rubyists/linear-cli/issues/180)) ([37c1940](https://github.com/rubyists/linear-cli/commit/37c1940dedb36e74ebffd3ab5bca89314a794839)) + ## [2.3.0](https://github.com/rubyists/linear-cli/compare/v2.2.0...v2.3.0) (2026-08-21) diff --git a/Readme.adoc b/Readme.adoc index e41c39b..470650a 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -18,7 +18,7 @@ endif::[] :image-major-tag: v2 // x-release-please-end // x-release-please-start-version -:image-pin-example: v2.3.0 +:image-pin-example: v2.4.0 // x-release-please-end A command line interface to https://linear.app - list, take, create, develop, diff --git a/app/mix.exs b/app/mix.exs index 491fbfb..d26ec4d 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -7,7 +7,7 @@ defmodule LinearCli.MixProject do [ app: :linear_cli, # x-release-please-start-version - version: "2.3.0", + version: "2.4.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,