diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c95d87..0788e0c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.2](https://github.com/elixir-tools/next-ls/compare/v0.13.1...v0.13.2) (2023-10-03) + + +### Bug Fixes + +* build release on macOS 14 ([#263](https://github.com/elixir-tools/next-ls/issues/263)) ([0dce0ad](https://github.com/elixir-tools/next-ls/commit/0dce0ad7306963ffb50803b60fe2cb848cbea537)), closes [#249](https://github.com/elixir-tools/next-ls/issues/249) + ## [0.13.1](https://github.com/elixir-tools/next-ls/compare/v0.13.0...v0.13.1) (2023-10-02) diff --git a/flake.nix b/flake.nix index 9a4796c8..add65b89 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ ]; pname = "next-ls"; - version = "0.13.1"; # x-release-please-version + version = "0.13.2"; # x-release-please-version src = ./.; # Helper to provide system-specific attributes diff --git a/mix.exs b/mix.exs index 13ed343c..1227287c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.13.1" # x-release-please-version + @version "0.13.2" # x-release-please-version def project do [