diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4c9aba..118db2e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.20.1](https://github.com/elixir-tools/next-ls/compare/v0.20.0...v0.20.1) (2024-03-27) + + +### Bug Fixes + +* update sourceror ([64fe2b3](https://github.com/elixir-tools/next-ls/commit/64fe2b3037f4e9f2b12ca40d007f609b88ddcf95)) + ## [0.20.0](https://github.com/elixir-tools/next-ls/compare/v0.19.2...v0.20.0) (2024-03-24) diff --git a/flake.nix b/flake.nix index af870e83..1ccdbbaf 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ }: let inherit (nixpkgs) lib; - version = "0.20.0"; # x-release-please-version + version = "0.20.1"; # x-release-please-version # Helper to provide system-specific attributes forAllSystems = f: diff --git a/mix.exs b/mix.exs index de74e03c..7cfc3825 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.20.0" # x-release-please-version + @version "0.20.1" # x-release-please-version def project do [