diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ef6df..3e57ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ [![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org) +## [1.7.9](https://github.com/wearefrank/morcore2ultimo/compare/v1.7.8...v1.7.9) (2024-08-26) + +### 🐛 Bug Fixes + +* add type declaration to avoid prolog error ([b9119da](https://github.com/wearefrank/morcore2ultimo/commit/b9119da75cee9c739f44a5ea513fa4ff658e5926)) + ## [1.7.8](https://github.com/wearefrank/morcore2ultimo/compare/v1.7.7...v1.7.8) (2024-08-23) ### 🐛 Bug Fixes diff --git a/src/main/resources/BuildInfo.properties b/src/main/resources/BuildInfo.properties index a47cf51..6a441c9 100644 --- a/src/main/resources/BuildInfo.properties +++ b/src/main/resources/BuildInfo.properties @@ -1,2 +1,2 @@ -instance.version=1.7.8 -versionDate_ddmmyyyy=23/08/2024 +instance.version=1.7.9 +versionDate_ddmmyyyy=26/08/2024