Skip to content

Commit

Permalink
Bump to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Apr 27, 2016
1 parent 81eb82e commit adc0da3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

## Enhancements

- None

## Bug Fixes

- None

# 2.1.0

## Breaking

- None

## Enhancements

- Add custom `MapperError`s
[Keith Smiley](https://github.com/keith)
[#48](https://github.com/lyft/mapper/pull/48)
Expand Down
2 changes: 1 addition & 1 deletion ModelMapper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ModelMapper"
s.version = "2.0.1"
s.version = "2.1.0"
s.summary = "A JSON deserialization library for Swift"
s.homepage = "https://github.com/lyft/mapper"
s.license = "Apache License, Version 2.0"
Expand Down

0 comments on commit adc0da3

Please sign in to comment.