Skip to content

Commit 6ab966f

Browse files
committed
Bump version to 2.11.0
1 parent 2a1a0b5 commit 6ab966f

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
### Unreleased
22

3+
### 2.11.0
4+
5+
- [ENHANCEMENT] Added FUL order type (thanks to @scollon-pl)
6+
37
### 2.10.0
48

59
- [ENHANCEMENT] Added X.509 certificates support for INI and HIA (thanks to @vnoviskyi)

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.10.0'
4+
VERSION = '2.11.0'
55
end

0 commit comments

Comments
 (0)