Skip to content

Commit 4a227c4

Browse files
Bump to v2.1.0
1 parent 684e8a2 commit 4a227c4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1313

1414

1515
## [Unreleased]
16+
17+
## [2.1.0] - 2023-09-06
1618
### Added
1719
- toCompressed and fromCompressed to PublicKey resource
1820
- modularSquareRoot to Math resource

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starkbank/ecdsa",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"type": "library",
55
"description": "fast openSSL-compatible implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA)",
66
"homepage": "https://github.com/starkbank/ecdsa-php",

0 commit comments

Comments
 (0)