Skip to content

Commit

Permalink
Prep for 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Aug 7, 2019
1 parent 4077264 commit bcff8e3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [3.0.2] - 2019-08-07

### Added

* Adaptors documentation web page ([#5](https://github.com/xenon-middleware/xenon-adaptors-cloud/issues/5))
* Live test task ([#4](https://github.com/xenon-middleware/xenon-adaptors-cloud/issues/4))

### Fixed

* Accessing AWS S3 in eu central region fails ([#3](https://github.com/xenon-middleware/xenon-adaptors-cloud/issues/3))

## [3.0.1] - 2019-06-14

### Fixes
### Fixed

* Support https in location (#2)

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ authors:
- given-names: Atze
family-names: van der Ploeg
affiliation: Netherlands eScience Center
version: 3.0.1
version: 3.0.2
doi: 10.5281/zenodo.3245389
date-released: '2019-06-13'
date-released: '2019-08-07'
repository-code: https://github.com/xenon-middleware/xenon-adaptors-cloud
license: Apache-2.0
references:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Cloud related adaptors for [xenon library](https://github.com/xenon-middleware/x
Implemented adaptors:
* s3, Xenon filesystem adaptor for [Amazon S3 blob store](https://aws.amazon.com/s3/)

See [Adaptor documentation](https://xenon-middleware.github.io/xenon-adaptors-cloud/) for what each adaptor offers and requires.
See [adaptor documentation](https://xenon-middleware.github.io/xenon-adaptors-cloud/) for what each adaptor offers and requires.

## Usage

Expand All @@ -22,7 +22,7 @@ repositories {
}
dependencies {
// ... others
implementation group: 'nl.esciencecenter.xenon.adaptors', name: 'xenon-adaptors-cloud', version: '3.0.1'
implementation group: 'nl.esciencecenter.xenon.adaptors', name: 'xenon-adaptors-cloud', version: '3.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
id 'org.sonarqube' version '2.7'
}

version = '3.0.1'
version = '3.0.2'
description = 'Cloud adaptors for Xenon'

ext {
Expand Down

0 comments on commit bcff8e3

Please sign in to comment.