diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d4d0a..980d752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 0.1.12 (2024-10-12) + + +### Bug Fixes + +* Same windows 255 fix for tunneling ports ([#22](https://github.com/mikew/nvrh/issues/22)) ([69c5739](https://github.com/mikew/nvrh/commit/69c57391293f79b76e26b08771b42c0c9c88b361)) + ## 0.1.11 (2024-10-12) diff --git a/manifest.json b/manifest.json index f22f59b..9aceb31 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { "name": "nvrh", "shortDescription": "A remote helper for neovim", - "version": "0.1.11" + "version": "0.1.12" }