Skip to content

Commit

Permalink
Updating to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Stoll committed Jul 8, 2013
1 parent 7cfb7b8 commit c3abd2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#MMRecord Changelog

##[1.1.0](https://github.com/mutualmobile/MMRecord/issues?milestone=4&state=closed) (Monday, July 8th, 2013)
###New
* You can now specify a specific page manager for any request. (Conrad Stoll)

###Fixed
* **FIXED** an issue([#28](https://github.com/mutualmobile/MMRecord/pull/28)) where null relationship values were not being sanitized. (Rene Cacheaux)
* **FIXED** an issue([#24](https://github.com/mutualmobile/MMRecord/pull/24)) where request options were not thread safe in batch requests. (Conrad Stoll)
* **FIXED** an issue([#16](https://github.com/mutualmobile/MMRecord/issues/16)) with duplicate proto records in the import process. (Luke Rhodes)

##[1.0.3](https://github.com/mutualmobile/MMRecord/issues?milestone=3&state=closed) (Thursday, June 6th, 2013)

###Fixed
Expand Down
4 changes: 2 additions & 2 deletions MMRecord.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'MMRecord'
s.version = '1.0.3'
s.version = '1.1.0'
s.license = 'MIT'
s.summary = 'A simple block based web service integration library.'
s.homepage = 'https://github.com/MutualMobile/MMRecord'
s.authors = { 'Conrad Stoll' => '[email protected]' }
s.source = { :git => 'https://github.com/mutualmobile/MMRecord.git', :tag => '1.0.3' }
s.source = { :git => 'https://github.com/mutualmobile/MMRecord.git', :tag => '1.1.0' }
s.requires_arc = true

s.preferred_dependency = 'Core'
Expand Down

0 comments on commit c3abd2e

Please sign in to comment.