Skip to content

Commit 5c3152e

Browse files
Update to v1.0.1
1 parent a5168f6 commit 5c3152e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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+
## [1.0.1] - 2021-11-04
1618
### Fixed
1719
- signature r and s range check
1820

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To install [Stark Bank]\`s ECDSA-Elixir, add `starkbank_ecdsa` to your list of d
1111
```elixir
1212
def deps do
1313
[
14-
{:starkbank_ecdsa, "~> 1.0.0"}
14+
{:starkbank_ecdsa, "~> 1.0.1"}
1515
]
1616
end
1717
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Ellipticcurve.MixProject do
55
[
66
app: :starkbank_ecdsa,
77
name: :starkbank_ecdsa,
8-
version: "1.0.0",
8+
version: "1.0.1",
99
homepage_url: "https://starkbank.com",
1010
source_url: "https://github.com/starkbank/ecdsa-elixir",
1111
description: description(),

0 commit comments

Comments
 (0)