Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Commit 95b5d65

Browse files
committed
Release: 0.4.0
1 parent b51291a commit 95b5d65

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
- ...
66

7+
## [0.4.0] - 2020-02-29
8+
9+
- Bump dependency versions [Synor/core#36](https://github.com/Synor/core/issues/36)
10+
- Fix sql query for addRecord
11+
712
## [0.3.0] - 2020-02-25
813

914
- Bump dependency versions [Synor/core#34](https://github.com/Synor/core/issues/34)
@@ -16,6 +21,7 @@
1621

1722
- Initial release
1823

19-
[unreleased]: https://github.com/Synor/database-postgresql/compare/0.3.0...HEAD
24+
[unreleased]: https://github.com/Synor/database-postgresql/compare/0.4.0...HEAD
25+
[0.4.0]: https://github.com/Synor/database-postgresql/compare/0.3.0...0.4.0
2026
[0.3.0]: https://github.com/Synor/database-postgresql/compare/0.2.0...0.3.0
2127
[0.2.0]: https://github.com/Synor/database-postgresql/compare/0.1.0...0.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synor/database-postgresql",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Synor Database Engine - PostgreSQL",
55
"keywords": [
66
"synor",

0 commit comments

Comments
 (0)