From 210d5d9a6a2e34e59d51e72cefb585b50da61ebf Mon Sep 17 00:00:00 2001 From: Nirav Parikh <52062717+niravparikh05@users.noreply.github.com> Date: Fri, 22 Dec 2023 10:09:40 +0530 Subject: [PATCH] chore(docs): updated changelogs for v0.1.2 release (#79) Signed-off-by: nirparikh05 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4c251..d1f4501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -## [](https://github.com/paralus/prompt/compare/v0.1.1...v) (2023-05-26) +## Unreleased + +## [0.1.2](https://github.com/paralus/prompt/compare/v0.1.1...v0.1.2) (2023-12-21) + +### Bug Fixes + +* fix for kubectl output json parsing commands are failing ([#36](https://github.com/paralus/prompt/issues/36)) ([c4e25ea](https://github.com/paralus/prompt/commit/c4e25eab07df4730d7729d51cde36ed0afe7fd54)) +* fix for unexpected error for incorrect kubectl command ([#46](https://github.com/paralus/prompt/issues/46)) ([9d66076](https://github.com/paralus/prompt/commit/9d660763123abd23ecd62f3e73643b9d1ef4519b)) ## [0.1.1] - 2022-08-26 ### Added @@ -11,5 +18,7 @@ ### Added - Initial release +[Unreleased]: https://github.com/paralus/paralus/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/paralus/prompt/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/paralus/prompt/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/paralus/prompt/releases/tag/v0.1.0