diff --git a/.cz.toml b/.cz.toml index 44b2d2d..f7dc82b 100644 --- a/.cz.toml +++ b/.cz.toml @@ -3,7 +3,7 @@ gpg_sign = true name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "pep440" -version = "8.1.36.post2" +version = "8.1.37" update_changelog_on_bump = true version_files = [ "setup.cfg:version", diff --git a/CHANGELOG.md b/CHANGELOG.md index 691cce6..53c22cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## v8.1.37 (2024-02-01) + +## v8.1.36.post2 (2024-01-11) + +### Fix + +- **system**: fix issue when importing system.gui and system.nav (#258) + +## v8.1.36.post1 (2024-01-11) + +### Feat + +- **java**: add io.InputStreamReader and supporting classes (#257) + +### Refactor + +- **system**: change db.runNamedQuery return type to Any (#256) + ## v8.1.36.post2 (2024-01-11) ### Fix diff --git a/setup.cfg b/setup.cfg index 941bb89..a14df5e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ignition_api -version = 8.1.36.post2 +version = 8.1.37 description = Ignition Scripting API long_description = file: README.md long_description_content_type = text/markdown