Skip to content

Commit

Permalink
Prepare to release 0.95.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Nov 8, 2021
1 parent 337178f commit 54934ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 54934ba

Please sign in to comment.