diff --git a/CHANGELOG.md b/CHANGELOG.md index e687ca49..e61b33f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.2](https://github.com/elixir-tools/next-ls/compare/v0.12.1...v0.12.2) (2023-09-18) + + +### Bug Fixes + +* update db schema version ([#223](https://github.com/elixir-tools/next-ls/issues/223)) ([bd0ae63](https://github.com/elixir-tools/next-ls/commit/bd0ae631c13e54d7f720b6e28664028cf9f3f785)) + ## [0.12.1](https://github.com/elixir-tools/next-ls/compare/v0.12.0...v0.12.1) (2023-09-18) diff --git a/flake.nix b/flake.nix index 773b4442..e9b95c72 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ ]; pname = "next-ls"; - version = "0.12.1"; # x-release-please-version + version = "0.12.2"; # x-release-please-version src = ./.; # Helper to provide system-specific attributes diff --git a/mix.exs b/mix.exs index f7277602..b056f24b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.12.1" # x-release-please-version + @version "0.12.2" # x-release-please-version def project do [