diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f372893..280a6dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased][unreleased] +## [1.76.0] - 2022-03-04 + +## Changed + +- Upgrade to deltachat-core version `1.76.0` + ## [1.75.3] - 2022-03-04 ## Changed @@ -1404,7 +1410,9 @@ const { C } = require('deltachat-node') - Remove `dc_msg_has_deviating_timestamp` prototype [**@link2xt**](https://github.com/link2xt) -[unreleased]: https://github.com/deltachat/deltachat-node/compare/v1.75.3...HEAD +[unreleased]: https://github.com/deltachat/deltachat-node/compare/v1.76.0...HEAD + +[1.76.0]: https://github.com/deltachat/deltachat-node/compare/v1.75.3...v1.76.0 [1.75.3]: https://github.com/deltachat/deltachat-node/compare/v1.75.2...v1.75.3 diff --git a/deltachat-core-rust b/deltachat-core-rust index 24e749a2..7c5eb0ae 160000 --- a/deltachat-core-rust +++ b/deltachat-core-rust @@ -1 +1 @@ -Subproject commit 24e749a2c9f9d51b579874620ebd4da13ed803a7 +Subproject commit 7c5eb0ae373e1943c5fcda25487c46671391b86d diff --git a/package.json b/package.json index 5476aa69..9ddc2db4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deltachat-node", - "version": "1.75.3", + "version": "1.76.0", "description": "node.js bindings for deltachat-core", "main": "dist/index.js", "types": "dist/index.d.ts",