Skip to content

Commit

Permalink
prep for 0.10.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrys committed Apr 5, 2018
1 parent 2936630 commit 76071b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In order to use JOSS in your project, simply add the following dependency:
<dependency>
<groupId>org.javaswift</groupId>
<artifactId>joss</artifactId>
<version>0.10.1</version>
<version>0.10.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.javaswift</groupId>
<artifactId>joss</artifactId>
<version>0.10.2-SNAPSHOT</version>
<version>0.10.2</version>
<packaging>jar</packaging>
<name>Java OpenStack Storage</name>
<description>Java Client library for OpenStack Storage (Swift)</description>
Expand Down

0 comments on commit 76071b2

Please sign in to comment.