diff --git a/CHANGELOG.md b/CHANGELOG.md index 793723cc66..b6a13ea004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.87.3](https://github.com/kurtosis-tech/kurtosis/compare/0.87.2...0.87.3) (2024-02-27) + + +### Features + +* add a url field to port that autopopulates if application protocol is set ([#2211](https://github.com/kurtosis-tech/kurtosis/issues/2211)) ([35c913b](https://github.com/kurtosis-tech/kurtosis/commit/35c913b04e02bd995ae78548528eeb2e74dbd1fc)) +* allow users to validate their doc strings via linter ([#2208](https://github.com/kurtosis-tech/kurtosis/issues/2208)) ([a9e583d](https://github.com/kurtosis-tech/kurtosis/commit/a9e583d7cba32b3245140a3e0fad6245cb6fec8f)), closes [#2148](https://github.com/kurtosis-tech/kurtosis/issues/2148) + ## [0.87.2](https://github.com/kurtosis-tech/kurtosis/compare/0.87.1...0.87.2) (2024-02-23) diff --git a/version.txt b/version.txt index 52ece7771f..0e3ffef9af 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.87.2 +0.87.3