diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 77ae2b0..e08ffd3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.0"} \ No newline at end of file +{".":"0.2.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0245dcc..41fe459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.1](https://github.com/OKDP/spark-web-proxy/compare/v0.2.0...v0.2.1) (2026-01-12) + + +### Documentation + +* update Readme.md ([73c7637](https://github.com/OKDP/spark-web-proxy/commit/73c76370fc4bfe031a21c0201480a25d615653e1)) + + +### Continuous Integration + +* release 0.2.1 ([90c4cde](https://github.com/OKDP/spark-web-proxy/commit/90c4cdefb15a53c2a1e58cd9b622254922e204aa)) + ## [0.2.0](https://github.com/OKDP/spark-web-proxy/compare/v0.1.0...v0.2.0) (2026-01-09) diff --git a/package.json b/package.json index 14f6f57..71500fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spark-web-proxy", - "version": "0.2.0", + "version": "0.2.1", "description": "Monitor live Spark applications within Spark History Server on Kubernetes.", "repository": { "type": "git",