diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8ee1386 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [1.0.1](https://github.com/artemrys/splunk-kvstore-cli/compare/v1.0.0...v1.0.1) (2023-06-25) + + +### Documentation + +* disclaimer in the docs ([#60](https://github.com/artemrys/splunk-kvstore-cli/issues/60)) ([7f7e8e6](https://github.com/artemrys/splunk-kvstore-cli/commit/7f7e8e689aa3ce031d72504e494ebb849331cd1e)) +* update installation command ([#36](https://github.com/artemrys/splunk-kvstore-cli/issues/36)) ([4adf5e5](https://github.com/artemrys/splunk-kvstore-cli/commit/4adf5e59dd87b0d4005fedad97d03b1ec402d611)) diff --git a/setup.cfg b/setup.cfg index bb5e817..a6f78cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = splunk_kvstore_cli -version = 1.0.0 +version = 1.0.1 description = Splunk KVStore CLI long_description = file: README.md long_description_content_type = text/markdown