Skip to content

Commit

Permalink
Version 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbeedle committed Jan 24, 2015
1 parent 1442961 commit 8c7b39b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.10.2

- Stop serializing the result of CapsuleCRM::Serializer#serialize. It causes
the serialized version of an object to become stale.
[#90](https://github.com/mattbeedle/capsule_crm/pull/90)

## 1.10.1

- #reload now also reloads the contacts information. More information
Expand Down
2 changes: 1 addition & 1 deletion lib/capsule_crm/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CapsuleCrm
VERSION = '1.10.1'
VERSION = '1.10.2'
end

0 comments on commit 8c7b39b

Please sign in to comment.