Skip to content

Commit

Permalink
version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daws committed Jan 18, 2016
1 parent 5ef7679 commit 35ba615
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
@@ -1,5 +1,8 @@
= Simple SDK Builder

== Version 1.2.0
* Adding ability to designate a nested attribute as "signular", so it will be nil instead of an empty array when missing

== Version 1.1.1
* Handling resources without an id

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_sdk_builder (1.1.1)
simple_sdk_builder (1.2.0)
activemodel (>= 3.0)
activesupport (>= 3.0)
json (~> 1.6)
Expand Down
2 changes: 1 addition & 1 deletion lib/simple_sdk_builder/version.rb
@@ -1,3 +1,3 @@
module SimpleSDKBuilder
VERSION = '1.1.1'
VERSION = '1.2.0'
end

0 comments on commit 35ba615

Please sign in to comment.