Skip to content

Commit d6f7712

Browse files
committed
Bump gem version to v0.4.0
1 parent f458bb4 commit d6f7712

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [v0.4.0] - 2020-01-31
4+
5+
### Added
6+
7+
- `VerifyKey` serialization and deserialization for easy transmission over the network
8+
39
## [v0.3.0] - 2020-01-30
410

511
### Added
@@ -26,6 +32,7 @@
2632
- `OpenSSL::SignatureAlgorithm::RSAPSS`
2733
- `OpenSSL::SignatureAlgorithm::RSAPKCS1`
2834

35+
[v0.4.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.3.0...v0.4.0/
2936
[v0.3.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.2.0...v0.3.0/
3037
[v0.2.0]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.1...v0.2.0/
3138
[v0.1.1]: https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.0...v0.1.1/

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openssl-signature_algorithm (0.3.0)
4+
openssl-signature_algorithm (0.4.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/openssl/signature_algorithm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OpenSSL
44
module SignatureAlgorithm
5-
VERSION = "0.3.0"
5+
VERSION = "0.4.0"
66
end
77
end

0 commit comments

Comments
 (0)