diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/.version.txt b/.version.txt index 3eefcb9..9084fa2 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.0.0 +1.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index dbcbfc4..53c672d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/rubyists/linear-cli-ex/compare/v1.0.0...v1.1.0) (2026-08-12) + + +### Features + +* **cli:** vendor rubyists/homebrew-tap, make install.sh curl-pipeable ([#75](https://github.com/rubyists/linear-cli-ex/issues/75)) ([e836ab1](https://github.com/rubyists/linear-cli-ex/commit/e836ab1b9e1fd49b6b5a7ce94c15ac137e705c2d)) + ## [1.0.0](https://github.com/rubyists/linear-cli-ex/compare/v1.0.0...v1.0.0) (2026-08-11) diff --git a/app/mix.exs b/app/mix.exs index 0532d0a..b1193d2 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.0.0", + version: "1.1.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,