From 7a9e54f15678fbe59bf56909f6e49c735240dadd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Nov 2023 08:25:51 +0000 Subject: [PATCH] chore(minor): release 1.19.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.19.0](https://github.com/Sudwest-Fryslan/MijnZaakNotificaties/compare/v1.18.5...v1.19.0) (2023-11-07) ### 🍕 Features * add buildInfo.properties ([f84f8dd](https://github.com/Sudwest-Fryslan/MijnZaakNotificaties/commit/f84f8ddf8bb14de20badfe121fe6db72de95f9ad)) ### 🧑‍💻 Code Refactoring * set ZaakType startdatum to today ([94b7181](https://github.com/Sudwest-Fryslan/MijnZaakNotificaties/commit/94b71815093f577706256f6ef68c1013900ff281)) --- CHANGELOG.md | 12 ++++++++++++ src/main/resources/BuildInfo.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e685ab..ea81f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ [![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.19.0](https://github.com/Sudwest-Fryslan/MijnZaakNotificaties/compare/v1.18.5...v1.19.0) (2023-11-07) + + +### 🍕 Features + +* add buildInfo.properties ([f84f8dd](https://github.com/Sudwest-Fryslan/MijnZaakNotificaties/commit/f84f8ddf8bb14de20badfe121fe6db72de95f9ad)) + + +### 🧑‍💻 Code Refactoring + +* set ZaakType startdatum to today ([94b7181](https://github.com/Sudwest-Fryslan/MijnZaakNotificaties/commit/94b71815093f577706256f6ef68c1013900ff281)) + ## [1.18.5](https://github.com/Sudwest-Fryslan/MijnZaakNotificaties/compare/v1.18.4...v1.18.5) (2023-11-07) diff --git a/src/main/resources/BuildInfo.properties b/src/main/resources/BuildInfo.properties index 8355cb9..f05accc 100644 --- a/src/main/resources/BuildInfo.properties +++ b/src/main/resources/BuildInfo.properties @@ -1 +1 @@ -instance.version=1.18.5 +instance.version=1.19.0