From 15e81632c1900218ed0ff9ca56e5dd0ae29a1578 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:05:15 -0400 Subject: [PATCH] chore(main): release 0.12.2 (#224) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ flake.nix | 2 +- mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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 [