Skip to content

Commit

Permalink
Bump to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Sep 6, 2023
1 parent 684e8a2 commit 4a227c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]

## [2.1.0] - 2023-09-06
### Added
- toCompressed and fromCompressed to PublicKey resource
- modularSquareRoot to Math resource
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starkbank/ecdsa",
"version": "2.0.2",
"version": "2.1.0",
"type": "library",
"description": "fast openSSL-compatible implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA)",
"homepage": "https://github.com/starkbank/ecdsa-php",
Expand Down

0 comments on commit 4a227c4

Please sign in to comment.