From e48124a8b82c54b3347e818cbaa4a2e06a7cf101 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 21 Feb 2021 20:45:59 +0100 Subject: [PATCH] chore(release): 24.6.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de9cefbff..cf10961cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [24.6.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v24.5.0...v24.6.0) (2021-02-21) + + +### Features + +* **db:** optionally disable some db connection pooling ([35ac503](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/35ac503bf971ace21c49646aa15e8b94b7a3e823)) + ## [24.5.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v24.4.3...v24.5.0) (2021-02-21) diff --git a/package-lock.json b/package-lock.json index 6144e276e..a2fc39acf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "24.5.0", + "version": "24.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1326bacef..f426ae4ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "24.5.0", + "version": "24.6.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index def51d09e..13d1c6611 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 24.5.0 +version: 24.6.0 dependencies: - base - yesod