diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e9688c..0ae862ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/elixir-tools/next-ls/compare/v0.10.1...v0.10.2) (2023-08-22) + + +### Bug Fixes + +* typos ([f80b57b](https://github.com/elixir-tools/next-ls/commit/f80b57b35a354a416eca6504396417a177ffe6f2)) + ## [0.10.1](https://github.com/elixir-tools/next-ls/compare/v0.10.0...v0.10.1) (2023-08-21) diff --git a/mix.exs b/mix.exs index de3d96e5..75a05969 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NextLS.MixProject do use Mix.Project - @version "0.10.1" # x-release-please-version + @version "0.10.2" # x-release-please-version def project do [