Skip to content

Commit

Permalink
Preparing v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bor committed May 20, 2019
1 parent 0a5707c commit 0b00611
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.3](https://github.com/javaswift/joss/releases/tag/v0.10.3) - 2019-05-20
### Changed
- [#156](https://github.com/javaswift/joss/pull/156): Adds support for KeystoneV3 scoping during auth [@tfelix](https://github.com/tfelix) [#155](https://github.com/javaswift/joss/issues/155)

## [0.10.2](https://github.com/javaswift/joss/releases/tag/v0.10.2) - 2018-4-5
### 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)
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</version>
<version>0.10.3</version>
<packaging>jar</packaging>
<name>Java OpenStack Storage</name>
<description>Java Client library for OpenStack Storage (Swift)</description>
Expand Down

0 comments on commit 0b00611

Please sign in to comment.