diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc41c0c..709526c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.2](https://github.com/fredrikaverpil/neotest-golang/compare/v0.1.1...v0.1.2) (2024-06-28) + + +### Bug Fixes + +* escaping of []{} brackets were missing ([#64](https://github.com/fredrikaverpil/neotest-golang/issues/64)) ([2dcc9e9](https://github.com/fredrikaverpil/neotest-golang/commit/2dcc9e90d2d72b9d9ff41260b4dba1a319c369e6)) +* options not returned ([#63](https://github.com/fredrikaverpil/neotest-golang/issues/63)) ([18c31a9](https://github.com/fredrikaverpil/neotest-golang/commit/18c31a9373198a45397e2d6afa091390707c5e5c)) + ## [0.1.1](https://github.com/fredrikaverpil/neotest-golang/compare/v0.1.0...v0.1.1) (2024-06-25)