diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7e6ce6..3c048607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Master (Unreleased) +# 0.21.10 - 31 October, 2020 + +### New features: + +- Upsert support (Postgres/MySQL/Sqlite) #3763 + +### Typings: + +- Allow to globally define table/record mapping #4071 + +### Test / internal changes: + +- Populate knexQueryUid without using uuid, making this logic more easily mockable #4089 + # 0.21.9 - 27 October, 2020 ### New features: diff --git a/package.json b/package.json index 0e91bbf6..e25a8b2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex", - "version": "0.21.9", + "version": "0.21.10", "description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser", "main": "knex.js", "types": "types/index.d.ts",