Skip to content

Commit

Permalink
Cut bamboozled v0.1.0
Browse files Browse the repository at this point in the history
enriikke committed Jun 14, 2016

Verified

This commit was signed with the committer’s verified signature.
SilenZcience Silas Kraume
1 parent 4122a31 commit f5a6f59
Showing 3 changed files with 22 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,14 @@

### New Features

### Changes

### Bug Fixes

## 0.1.0 (2016-06-14)

### New Features

* New method `Employee#add` allows client to create new employees. ([@kylefdoherty][])
* New method `Employee#update` allows client to update new employees. ([@kylefdoherty][])

2 changes: 1 addition & 1 deletion lib/bamboozled/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bamboozled
VERSION = "0.0.7".freeze
VERSION = "0.1.0".freeze
end
13 changes: 13 additions & 0 deletions relnotes/v0.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### New Features

* New method `Employee#add` allows client to create new employees. ([@kylefdoherty][])
* New method `Employee#update` allows client to update new employees. ([@kylefdoherty][])

### Changes

### Bug Fixes

* Added missing documentation for `Employee#add`. ([@mjording][])

[@kylefdoherty]: https://github.com/kylefdoherty
[@mjording]: https://github.com/mjording

0 comments on commit f5a6f59

Please sign in to comment.