Skip to content

Commit

Permalink
Prepare to release 0.95.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jul 25, 2021
1 parent 59459db commit bcaf77f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Master (Unreleased)

# 0.95.8 - 25 July, 2021

### New features:

- Add deferrable support for constraint #4584
- Implement delete with join #4568
- Add DPI error codes for Oracle #4536

### Bug fixes:

- Fixing PostgreSQL datetime and timestamp column created with wrong format #4578

### Typings:

- Improve analytic types #4576
- MSSQL: Add trustServerCertificate option #4500

# 0.95.7 - 10 July, 2021

### New features:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.95.7",
"version": "0.95.8",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"main": "knex",
"types": "types/index.d.ts",
Expand Down

0 comments on commit bcaf77f

Please sign in to comment.