diff --git a/CHANGELOG.md b/CHANGELOG.md
index 678abd7f..76ca0d9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [0.16.1](https://github.com/elixir-tools/next-ls/compare/v0.16.0...v0.16.1) (2024-01-21)
+
+
+### Bug Fixes
+
+* minimally support dl tag for Erlang hover docs ([#362](https://github.com/elixir-tools/next-ls/issues/362)) ([47b8c66](https://github.com/elixir-tools/next-ls/commit/47b8c66b8c9b9f89266a3e531900bc858eff53b1)), closes [#361](https://github.com/elixir-tools/next-ls/issues/361)
+
 ## [0.16.0](https://github.com/elixir-tools/next-ls/compare/v0.15.0...v0.16.0) (2024-01-18)
 
 
diff --git a/flake.nix b/flake.nix
index 9e607758..0ea8cff3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -12,7 +12,7 @@
   }: let
     inherit (nixpkgs) lib;
 
-    version = "0.16.0"; # x-release-please-version
+    version = "0.16.1"; # x-release-please-version
 
     # Helper to provide system-specific attributes
     forAllSystems = f:
diff --git a/mix.exs b/mix.exs
index fbd56596..0e6a93ec 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
 defmodule NextLS.MixProject do
   use Mix.Project
 
-  @version "0.16.0" # x-release-please-version
+  @version "0.16.1" # x-release-please-version
 
   def project do
     [