Skip to content

Commit

Permalink
increment version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Adams committed May 19, 2022
1 parent 584cee6 commit 6a7c41c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,10 @@ Multiple datasets are currently contained in this repo for development and testi

## Changelog

### v0.3.0
* DRS object batch requests
* Passport support - Passport mediated auth to DRS objects (using Starter Kit implementation of Passports)
* Auth info - Discover Passport broker(s) and visa(s) for requested controlled access DRS Objects (single object and bulk request)

### v0.2.2
* patched log4j dependencies to v2.16.0 to avoid [Log4j Vulnerability](https://www.cisa.gov/uscert/apache-log4j-vulnerability-guidance)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configurations.all {

archivesBaseName = 'ga4gh-starter-kit-drs'
group 'org.ga4gh'
version '0.2.2'
version '0.3.0'

repositories {
// Use jcenter for resolving dependencies.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class DrsServiceInfoDefaults {
/**
* Default service version
*/
public static final String VERSION = "0.2.2";
public static final String VERSION = "0.3.0";

/**
* Default service organization name
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/responses/service-info/show/00.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"org.ga4gh.starterkit.drs","name":"GA4GH Starter Kit DRS Service","description":"An open source, community-driven implementation of the GA4GH Data Repository Service (DRS) API specification.","contactUrl":"mailto:[email protected]","documentationUrl":"https://github.com/ga4gh/ga4gh-starter-kit-drs","createdAt":"2020-01-15T12:00:00Z","updatedAt":"2020-01-15T12:00:00Z","environment":"test","version":"0.2.2","type":{"group":"org.ga4gh","artifact":"drs","version":"1.1.0"},"organization":{"name":"Global Alliance for Genomics and Health","url":"https://ga4gh.org"}}
{"id":"org.ga4gh.starterkit.drs","name":"GA4GH Starter Kit DRS Service","description":"An open source, community-driven implementation of the GA4GH Data Repository Service (DRS) API specification.","contactUrl":"mailto:[email protected]","documentationUrl":"https://github.com/ga4gh/ga4gh-starter-kit-drs","createdAt":"2020-01-15T12:00:00Z","updatedAt":"2020-01-15T12:00:00Z","environment":"test","version":"0.3.0","type":{"group":"org.ga4gh","artifact":"drs","version":"1.1.0"},"organization":{"name":"Global Alliance for Genomics and Health","url":"https://ga4gh.org"}}

0 comments on commit 6a7c41c

Please sign in to comment.