Skip to content

Commit 74fece8

Browse files
authored
update changelog and bump version (#14)
1 parent d2c7cee commit 74fece8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.0.4] - 2023-02-24
10+
11+
### Fixed
12+
- [12](https://github.com/OSC/ood_support/issues/12) adds initial support for Ruby 3.
13+
914
## [0.0.3] - 2017-11-17
1015
### Changed
1116
- Updated the `CHANGELOG.md` formatting.

lib/ood_support/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module OodSupport
22
# The current version of {OodSupport}
3-
VERSION = "0.0.3"
3+
VERSION = "0.0.4"
44
end

0 commit comments

Comments
 (0)