Skip to content

Commit 7ea0464

Browse files
committed
Bump version to 2.9.0
1 parent ba6d864 commit 7ea0464

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.9.0
4+
5+
- [ENHANCEMENT] Added HEV order type (thanks to @jplot)
6+
37
### 2.8.0
48

59
- [ENHANCEMENT] Added BKA order type

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

0 commit comments

Comments
 (0)