diff --git a/CHANGELOG.md b/CHANGELOG.md index 756c421..ffff583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.2] - 2021-04-15 + +### Changed + +- Allow custom value in the select field + ## [0.2.0] - 2021-03-09 ### Added diff --git a/package.json b/package.json index 11f18ed..e36aa8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yeya24-chaosmesh-datasource", - "version": "0.2.1", + "version": "0.2.2", "description": "Chaos Mesh Datasource", "author": "Yue Yang (https://g1eny0ung.site)", "license": "Apache-2.0", diff --git a/src/plugin.json b/src/plugin.json index 2640b4f..3e818ea 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -40,7 +40,7 @@ "url": "https://chaos-mesh.org/" } ], - "version": "0.2.1", + "version": "0.2.2", "updated": "%TODAY%" }, "dependencies": {