Skip to content

Commit

Permalink
Version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles committed Nov 27, 2019
1 parent f666364 commit 8c7a1de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## Version 0.3.0 - 2019-11-27

- Implement `#to_h` not `#to_hash`. <https://github.com/benpickles/operatic/pull/4>

## Version 0.2.0 - 2019-11-23

First official version hosted on [RubyGems.org](https://rubygems.org/gems/operatic).
2 changes: 1 addition & 1 deletion lib/operatic/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Operatic
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit 8c7a1de

Please sign in to comment.