Skip to content

Commit 87ff52d

Browse files
author
Tobias Schoknecht
committed
Bump version to 2.1.2
1 parent 04dc4c8 commit 87ff52d

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,3 +1,7 @@
1+
### 2.1.2
2+
3+
- [BUGFIX] Fix order data encryption for OpenSSL 3
4+
15
### 2.1.1
26

37
- [HOUSEKEEPING] update Bank public key initialization for OpenSSL 3

lib/epics/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 Epics
4-
VERSION = '2.1.1'
4+
VERSION = '2.1.2'
55
end

0 commit comments

Comments
 (0)