Skip to content

Commit 9f55520

Browse files
Bump to v2.0.1
1 parent c6aa16b commit 9f55520

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1414

1515
## [Unreleased]
1616

17+
## [2.0.1] - 2022-10-26
18+
### Fixed
19+
- repeated autoload requirement
20+
1721
## [2.0.0] - 2022-09-22
1822
### Changed
1923
- internal structure to use native php logic instead of openssl

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.0",
3+
"version": "2.0.1",
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)