Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daveallie committed Nov 28, 2018
1 parent f4eeb80 commit c519d56
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added

### Changed

### Fixed

### Removed


## [0.3.0] - 2018-11-28
### Changed
- Allow OJ gem version 3

### Removed
- Removed support for Ruby 2.2 (should still currently work, but not supported moving forward)

## [0.2.4] - 2018-06-07
### Added
- Authentication flow - https://github.com/TandaHQ/Kounta/pull/1
Expand All @@ -19,5 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Drop support of Ruby 2.0 and 2.1 (should still currently work, but not supported moving forward)
- `Kounta.root` method

[Unreleased]: https://github.com/TandaHQ/Kounta/compare/v0.2.4...HEAD
[Unreleased]: https://github.com/TandaHQ/Kounta/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/TandaHQ/Kounta/compare/v0.2.4...v0.3.0
[0.2.4]: https://github.com/TandaHQ/Kounta/compare/v0.1.7...v0.2.4
2 changes: 1 addition & 1 deletion lib/kounta/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kounta
VERSION = '0.2.4'.freeze
VERSION = '0.3.0'.freeze
end

0 comments on commit c519d56

Please sign in to comment.