From 74fece8cfe5453fcaf93f5baeb313821b299b3c2 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Fri, 24 Feb 2023 13:57:54 -0500 Subject: [PATCH] update changelog and bump version (#14) --- CHANGELOG.md | 5 +++++ lib/ood_support/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbfe1d6..a53dfca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.0.4] - 2023-02-24 + +### Fixed +- [12](https://github.com/OSC/ood_support/issues/12) adds initial support for Ruby 3. + ## [0.0.3] - 2017-11-17 ### Changed - Updated the `CHANGELOG.md` formatting. diff --git a/lib/ood_support/version.rb b/lib/ood_support/version.rb index 47baf12..40f2bb0 100644 --- a/lib/ood_support/version.rb +++ b/lib/ood_support/version.rb @@ -1,4 +1,4 @@ module OodSupport # The current version of {OodSupport} - VERSION = "0.0.3" + VERSION = "0.0.4" end