Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zorbash committed Apr 28, 2015
1 parent 2bcdcc9 commit adadabe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.2] - 2015-04-28

### Added

* Favorite <- Sku assoiciation
* FavoriteList <- Favorite association
* JSON serialization capability of Skroutz::Resource
* reload! method for code reloading in development

### Fixed

* Skroutz::Resource#resource handling for multiple word resources (eg. FavoriteList)

## [0.1.1] - 2015-03-29

### Removed
Expand Down
2 changes: 1 addition & 1 deletion lib/skroutz/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Skroutz
VERSION = '0.1.1'
VERSION = '0.1.2'
end

0 comments on commit adadabe

Please sign in to comment.