diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d1bebe..64e0684 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } diff --git a/.version.txt b/.version.txt index dc1e644..bd8bf88 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.6.0 +1.7.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 37af27a..02e02d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/rubyists/linear-cli/compare/v1.6.0...v1.7.0) (2026-08-14) + + +### Features + +* add mix lc development proxy ([#115](https://github.com/rubyists/linear-cli/issues/115)) ([a7da443](https://github.com/rubyists/linear-cli/commit/a7da4432d722fa931967eb5d61ed49c6f4b1f533)) + ## [1.6.0](https://github.com/rubyists/linear-cli/compare/v1.5.1...v1.6.0) (2026-08-14) diff --git a/app/mix.exs b/app/mix.exs index 634dfe9..e7d54f9 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.6.0", + version: "1.7.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,