Skip to content

Commit 115155c

Browse files
committed
Add CHANGELOG and update versions for 2.1.0-rc.1
1 parent 2705d75 commit 115155c

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

coinlib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.0-rc.1
2+
3+
- Add `diffieHellman` method to `ECPrivateKey` to allow generation of ECDH
4+
shared keys between two EC keys.
5+
- Update secp256k1 to 0.5.0
6+
17
## 2.0.0
28

39
Final release for 2.0.0

coinlib_flutter/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.0-rc.1
2+
3+
- Update to underlying coinlib 2.1.0-rc.1
4+
- Remove secp256k1 from codebase in favour of git clone for macOS and iOS
5+
16
## 2.0.0
27

38
Final release for 2.0.0

coinlib_flutter/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
coinlib_flutter: ^2.0.0
13+
coinlib_flutter: ^2.1.0-rc.1
1414
cupertino_icons: ^1.0.2
1515

1616
dev_dependencies:

coinlib_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: coinlib_flutter
22
description:
33
A flutter wrapper for coinlib, a straight-forward, modular library for
44
Peercoin and other Satoshi-based UTXO blockchains
5-
version: 2.0.0
5+
version: 2.1.0-rc.1
66
repository: https://github.com/peercoin/coinlib
77

88
environment:
99
sdk: '>=3.2.0 <4.0.0'
1010
flutter: ">=2.17.0"
1111

1212
dependencies:
13-
coinlib: ^2.0.0
13+
coinlib: ^2.1.0-rc.1
1414
flutter:
1515
sdk: flutter
1616
plugin_platform_interface: ^2.0.2

0 commit comments

Comments
 (0)