diff --git a/CHANGELOG.md b/CHANGELOG.md
index 808e071..583795a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log
+## [v3.0.2](https://github.com/malcommac/SwiftDate/releases/tag/3.0.1) (2016-01-28)
+[Full Changelog](https://github.com/malcommac/SwiftDate/compare/3.0.0..v3.0.2)
+- .endOf of NSDate extension now correctly call .endOf of the DateInRegion counterpart
+
## [v3.0.1](https://github.com/malcommac/SwiftDate/releases/tag/3.0.1) (2016-01-28)
[Full Changelog](https://github.com/malcommac/SwiftDate/compare/3.0.0..v3.0.1)
- Fixed Carthage build (SwiftDate now compiles on iOS,TvOS,OSX and WatchOS)
diff --git a/SwiftDate.podspec b/SwiftDate.podspec
index 5efae4d..d21148d 100644
--- a/SwiftDate.podspec
+++ b/SwiftDate.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'SwiftDate'
- spec.version = '3.0.1'
+ spec.version = '3.0.2'
spec.summary = 'Swift library to easily manage dates; also with varying time zones, calendars and locales'
spec.homepage = 'https://github.com/malcommac/SwiftDate'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -14,4 +14,4 @@ spec.summary = 'Swift library to easily manage dates; also with varying time zon
spec.tvos.deployment_target = '9.0'
spec.requires_arc = true
spec.module_name = 'SwiftDate'
-end
\ No newline at end of file
+end
diff --git a/SwiftDate/SwiftDate/Info.plist b/SwiftDate/SwiftDate/Info.plist
index dc2b99a..49ca846 100644
--- a/SwiftDate/SwiftDate/Info.plist
+++ b/SwiftDate/SwiftDate/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.0.1
+ 3.0.2
CFBundleSignature
????
CFBundleVersion