diff --git a/CHANGELOG.md b/CHANGELOG.md index e2fbb78ffa..c1eada2959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,20 @@ # Master (Unreleased) +# 0.95.14 - 09 November, 2021 + +### Bug fixes: + +- MySQL: mysql2 dialect validate connection fix #4794 + # 0.95.13 - 02 November, 2021 ### Bug fixes: - - PostgreSQL: Support zero precision in timestamp/datetime #4784 +- PostgreSQL: Support zero precision in timestamp/datetime #4784 ### Typings: - - Allow string indexType in index creation #4791 +- Allow string indexType in index creation #4791 # 0.95.12 - 28 October, 2021 diff --git a/package.json b/package.json index 456fe1b60b..7347620e07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex", - "version": "0.95.13", + "version": "0.95.14", "description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3", "main": "knex", "types": "types/index.d.ts",