Skip to content

Commit

Permalink
Add CHANGELOG and update versions for 2.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed May 30, 2024
1 parent 2705d75 commit 115155c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions coinlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.1.0-rc.1

- Add `diffieHellman` method to `ECPrivateKey` to allow generation of ECDH
shared keys between two EC keys.
- Update secp256k1 to 0.5.0

## 2.0.0

Final release for 2.0.0
Expand Down
5 changes: 5 additions & 0 deletions coinlib_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.0-rc.1

- Update to underlying coinlib 2.1.0-rc.1
- Remove secp256k1 from codebase in favour of git clone for macOS and iOS

## 2.0.0

Final release for 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion coinlib_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
coinlib_flutter: ^2.0.0
coinlib_flutter: ^2.1.0-rc.1
cupertino_icons: ^1.0.2

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions coinlib_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: coinlib_flutter
description:
A flutter wrapper for coinlib, a straight-forward, modular library for
Peercoin and other Satoshi-based UTXO blockchains
version: 2.0.0
version: 2.1.0-rc.1
repository: https://github.com/peercoin/coinlib

environment:
sdk: '>=3.2.0 <4.0.0'
flutter: ">=2.17.0"

dependencies:
coinlib: ^2.0.0
coinlib: ^2.1.0-rc.1
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
Expand Down

0 comments on commit 115155c

Please sign in to comment.