From 0b0061187539881dfb8b2ede17f0efed52a8c6cf Mon Sep 17 00:00:00 2001 From: robert-bor Date: Mon, 20 May 2019 07:41:03 +0200 Subject: [PATCH] Preparing v0.10.3 --- CHANGELOG.md | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5891ce8..84758e06 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.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) diff --git a/pom.xml b/pom.xml index 793d465d..e656bdfb 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.javaswift joss - 0.10.2 + 0.10.3 jar Java OpenStack Storage Java Client library for OpenStack Storage (Swift)