Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 7a2d8c9

Browse files
committed
Release v1.2.0
1 parent 2e17028 commit 7a2d8c9

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
@@ -4,6 +4,10 @@ Historical changelog for all versions.
44

55
## HEAD
66

7+
## v1.2.0
8+
9+
* Synced with latest upstream changes (technion/ruby-argon2 `v2.2.0`)
10+
711
## v1.1.0
812

913
* Added support for passing parallelism cost to `Argon2::Password.create`

lib/argon2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module Argon2
44
##
55
# Standard Gem version constant.
66
#
7-
VERSION = '1.1.0'
7+
VERSION = '1.2.0'
88
end

0 commit comments

Comments
 (0)