diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f752bd6..547beec9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## 0.10.2 - Unreleased
+### Changed
+- [#148](https://github.com/javaswift/joss/issues/148): Prevent HTTP connection pool exhaustion when an exception occurs by [@wangbinhui](https://github.com/wangbinhui) [#128](https://github.com/javaswift/joss/pull/128)
+
## [0.10.1](https://github.com/javaswift/joss/releases/tag/v10.0.1) - 2018-2-14
### Added
- [#63](https://github.com/javaswift/joss/issues/63): Added segmentation support for uploading objects via InputStream by [@infinitydev](https://github.com/infinitydev) and [@arunazaraiah](https://github.com/arunazaraiah) [#74](https://github.com/javaswift/joss/pull/74)
diff --git a/README.md b/README.md
index e15b32e4..867f3498 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ In order to use JOSS in your project, simply add the following dependency:
org.javaswift
joss
- 0.10.1
+ 0.10.2
```
diff --git a/pom.xml b/pom.xml
index 9223ae03..793d465d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
org.javaswift
joss
- 0.10.2-SNAPSHOT
+ 0.10.2
jar
Java OpenStack Storage
Java Client library for OpenStack Storage (Swift)