From d5d391e7a07cf4db2b9fadac2899d3b711c66c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Busqu=C3=A9?= Date: Tue, 3 May 2022 06:55:47 +0200 Subject: [PATCH] Bump version and update Changelog --- CHANGELOG.md | 10 ++++++++-- lib/omnes/version.rb | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b40d694..682bea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [Unreleased] + +## [0.2.2] - 2022-05-03 + +### Added +- Support Ruby 2.5 & 2.6 [#6](https://github.com/nebulab/omnes/pull/6). ## [0.2.1] - 2022-04-19 @@ -23,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2022-03-23 -[Unreleased]: https://github.com/nebulab/omnes/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/nebulab/omnes/compare/v0.2.2...HEAD +[0.2.1]: https://github.com/nebulab/omnes/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/nebulab/omnes/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/nebulab/omnes/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/nebulab/omnes/releases/tag/v0.1.0 diff --git a/lib/omnes/version.rb b/lib/omnes/version.rb index b1ec249..afd8887 100644 --- a/lib/omnes/version.rb +++ b/lib/omnes/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Omnes - VERSION = "0.2.1" + VERSION = "0.2.2" end