diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 404fc17cf..9969dbd60 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Add the ability to specify query/statement timeouts for pg backend + hash: 59e65485c4c7bc40c449b19cfabe4d1148352b92 + body: '' + footer: + Change-type: minor + change-type: minor + author: Pagan Gazzard + nested: [] + version: 14.14.0 + date: 2021-01-22T14:13:31.230Z - commits: - subject: Allow specifying database options on init instead of via env vars hash: c61a6a5a89130aa2d70e1693ecca76c8846fbcbe diff --git a/CHANGELOG.md b/CHANGELOG.md index 54759497c..c41d34215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 14.14.0 - 2021-01-22 + +* Add the ability to specify query/statement timeouts for pg backend [Pagan Gazzard] + ## 14.13.0 - 2021-01-22 * Allow specifying database options on init instead of via env vars [Pagan Gazzard] diff --git a/package.json b/package.json index d3cd3aad6..4be9119a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "14.13.0", + "version": "14.14.0", "main": "out/server-glue/module", "repository": "git@github.com:balena-io/pinejs.git", "license": "Apache-2.0",