Skip to content

Commit

Permalink
Cut bamboozled v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enriikke committed Jun 14, 2016
1 parent 4122a31 commit f5a6f59
Show file tree
Hide file tree
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
Expand Up @@ -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][])

Expand Down
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.