Skip to content

Commit

Permalink
Bump version and update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
waiting-for-dev committed May 3, 2022
1 parent 320b757 commit d5d391e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion lib/omnes/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Omnes
VERSION = "0.2.1"
VERSION = "0.2.2"
end

0 comments on commit d5d391e

Please sign in to comment.