diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 821a8d1..a128251 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Only return objects (dicts) + hash: a82cc8e885b50ff085275006144b3bb00e4c134f + body: | + * add EKS example + footer: + change-type: patch + author: Anton Belodedenko + nested: [] + version: 0.0.15 + title: "" + date: 2024-10-15T23:19:33.748Z - commits: - subject: log exception hash: 9659ff6ce114feba9dd60f203a8f3b5c04fe5477 diff --git a/CHANGELOG.md b/CHANGELOG.md index 292d231..984e5d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v0.0.15 +## (2024-10-15) + +* Only return objects (dicts) [Anton Belodedenko] + # v0.0.14 ## (2024-06-18) diff --git a/VERSION b/VERSION index 1111c9c..9beca35 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.14 \ No newline at end of file +0.0.15 \ No newline at end of file