Skip to content

Commit 7b0324c

Browse files
authored
Merge pull request #77 from journeyapps/release/5.2.0
Release 5.2.0
2 parents 859f5d1 + 344a23c commit 7b0324c

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3+
## 5.2.0
4+
5+
- Statically link OpenSSL on Linux and Windows, in addition to MacOS. No more DLLs distributed.
6+
- Upgrade to OpenSSL 1.1.1i.
7+
- Provide pre-built binaries for ARM64 on Windows (not regularly tested, but should work).
8+
39
## 5.1.0
410

511
- Update to SQLCipher 4.4.2 / SQLite 3.33.0.
612
- Fix crash on Electron on Windows.
7-
_ Always use system or bundled OpenSSL, not OpenSSL bundled with Node.
13+
- Always use system or bundled OpenSSL, not OpenSSL bundled with Node.
814

915
## 5.0.0
1016

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@journeyapps/sqlcipher",
33
"description": "Asynchronous, non-blocking SQLCipher bindings",
4-
"version": "5.1.0",
4+
"version": "5.2.0",
55
"homepage": "http://github.com/journeyapps/node-sqlcipher",
66
"author": {
77
"name": "JourneyApps",

0 commit comments

Comments
 (0)