diff --git a/CHANGELOG.md b/CHANGELOG.md index c993de06..d79d508a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ 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. +## [5.1.0](https://github.com/willsoto/nestjs-objection/compare/v5.0.0...v5.1.0) (2021-07-19) + + +### ⚠ BREAKING CHANGES + +* **knex:** Knex typings have changed a lot, so probably breaking for people +until they upgrade + +Signed-off-by: Will Soto + +### Features + +* upgrade to Nest 8.x ([0f8594c](https://github.com/willsoto/nestjs-objection/commit/0f8594c24c83adfc1dbbea4372f3ce91abb67843)), closes [#1140](https://github.com/willsoto/nestjs-objection/issues/1140) + + +### Bug Fixes + +* **automerge:** make retry sleep 60 seconds ([af328fa](https://github.com/willsoto/nestjs-objection/commit/af328fad35bbecfcc55d94491037da5ce8484367)) + + +* **knex:** upgrade to v0.95.x of Knex ([c8dc357](https://github.com/willsoto/nestjs-objection/commit/c8dc357f349ce5e7cca19befee997b3adf2e99a3)) + ## [5.0.0](https://github.com/willsoto/nestjs-objection/compare/v4.0.2...v5.0.0) (2021-03-05) diff --git a/package-lock.json b/package-lock.json index 3f21e57d..b45be671 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@willsoto/nestjs-objection", - "version": "5.0.0", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@willsoto/nestjs-objection", - "version": "5.0.0", + "version": "5.1.0", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "~12.1.1", diff --git a/package.json b/package.json index 4d1744e5..e2abdf0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@willsoto/nestjs-objection", - "version": "5.0.0", + "version": "5.1.0", "description": "Objection module for NestJS", "keywords": [ "database",