Skip to content
This repository has been archived by the owner on Jan 28, 2018. It is now read-only.

Commit

Permalink
Update CHANGELOG and bump up version to 0.2.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
itskingori committed Nov 3, 2014
1 parent bdc55b2 commit 7e792ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
CHANGELOG
=========

v0.1.1
v0.2.0
------

* Add required files to gemspec
* Add CRUD (create, read, update and delete) endpoints
* Add search endpoint with filter support for uri
* Included tests for routes, requests, models and controllers


v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion lib/annotator_store/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AnnotatorStore
VERSION = '0.1.1'
VERSION = '0.2.0'
end

0 comments on commit 7e792ff

Please sign in to comment.