From 36260ea48538f6d807530a5a32978c7beea50f92 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 23 Nov 2020 08:35:55 +0000 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 238eeb2..a03cc4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.3.0](https://github.com/virtualidentityag/caritas-onlineBeratung-uploadService/compare/v1.2.2...v1.3.0) (2020-11-23) + + +### Features + +* restrict release action to branches starting with release ([31fffe2](https://github.com/virtualidentityag/caritas-onlineBeratung-uploadService/commit/31fffe2ed75ee5c8f3defd5944941990a18d0b0b)) +* update keycloak to version 11.0.2 ([f42dc03](https://github.com/virtualidentityag/caritas-onlineBeratung-uploadService/commit/f42dc03511a5b768ee36cc97e572cb93fe416b1f)) +* update spring boot and dependencies ([a24a821](https://github.com/virtualidentityag/caritas-onlineBeratung-uploadService/commit/a24a821664a4a88085a277a2ea2137d5109b8d59)) + + +### Bug Fixes + +* update deprecated logging property ([ef328eb](https://github.com/virtualidentityag/caritas-onlineBeratung-uploadService/commit/ef328eb6bc0111af847bc4bde2f74475193f7ecf)) + ### [1.2.2](https://github.com/virtualidentityag/caritas-onlineBeratung-uploadService/compare/v1.2.1...v1.2.2) (2020-10-28) ### [1.1.1](https://github.com/virtualidentityag/caritas-onlineBeratung-uploadService/compare/v1.1.0...v1.1.1) (2020-10-12) diff --git a/package-lock.json b/package-lock.json index 0e85a9a..edbf61f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "caritas-online-beratung-uploadservice", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d5569ec..a517963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "caritas-online-beratung-uploadservice", - "version": "1.2.2", + "version": "1.3.0", "scripts": { "release": "standard-version" },