Skip to content

Commit 294fb2f

Browse files
build: bump gem version to v1.3.1
1 parent b997db1 commit 294fb2f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v1.3.1] - 2024-08-12
4+
5+
- Handling COSE EC keys encoded without leading 0 bytes in coordinates (#64). Credits to @waltercacau.
6+
37
## [v1.3.0] - 2022-10-28
48

59
- Add support for EdDSA (#55). Credits to @bdewater.

lib/cose/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module COSE
4-
VERSION = "1.3.0"
4+
VERSION = "1.3.1"
55
end

0 commit comments

Comments
 (0)