diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f30b7..59359c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Details changes in each release of eDistantObject. eDistantObject follows [semantic versioning](http://semver.org/). +## [1.0.2](https://github.com/google/eDistantObject/tree/1.0.2) (12/09/2020) + +* Added supports to ASAN/TSAN/UBSAN. + +* Fixed "Doesn't support pointer returns" complaint when eDO is proxying Swift + array. + ## [1.0.1](https://github.com/google/eDistantObject/tree/1.0.1) (09/01/2020) Aligned with Google respectful code guidance and renamed some classes. diff --git a/eDistantObject.podspec b/eDistantObject.podspec index a5e2b0e..99afcec 100644 --- a/eDistantObject.podspec +++ b/eDistantObject.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "eDistantObject" - s.version = "1.0.1" + s.version = "1.0.2" s.summary = "ObjC and Swift remote invocation framework" s.homepage = "https://github.com/google/eDistantObject" s.author = "Google LLC."