From a5e42a1b31d90763964f39ebe241e69c15d0f404 Mon Sep 17 00:00:00 2001 From: Jeremy Nicklas Date: Fri, 17 Nov 2017 13:29:00 -0500 Subject: [PATCH] Bump to 0.0.3 --- CHANGELOG.md | 5 ++++- lib/ood_support/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f94935f..dbfe1d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.0.3] - 2017-11-17 ### Changed - Updated the `CHANGELOG.md` formatting. [#3](https://github.com/OSC/ood_support/issues/3) @@ -23,5 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial release! -[Unreleased]: https://github.com/OSC/ood_support/compare/v0.0.2...HEAD +[Unreleased]: https://github.com/OSC/ood_support/compare/v0.0.3...HEAD +[0.0.3]: https://github.com/OSC/ood_support/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/OSC/ood_support/compare/v0.0.1...v0.0.2 diff --git a/lib/ood_support/version.rb b/lib/ood_support/version.rb index aee00f5..47baf12 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.2" + VERSION = "0.0.3" end