We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bb4f4 commit 5e14e68Copy full SHA for 5e14e68
2 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
### Unreleased
2
3
+### 2.5.0
4
+
5
- [HOUSEKEEPING] Bump XML dependency requirements to more recent versions
6
- [HOUSEKEEPING] Bump bundler version to 2.5.19
7
- [HOUSEKEEPING] Bump ruby required version from 2.7 to 3.1
lib/epics/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Epics
- VERSION = '2.4.0'
+ VERSION = '2.5.0'
end
0 commit comments