Skip to content

Commit

Permalink
Merge pull request #67 from d4l-data4life/release/1.8.0/prepare-1.8.0
Browse files Browse the repository at this point in the history
Prepare Release 1.8.0
  • Loading branch information
bitPogo authored Apr 25, 2022
2 parents f12a2b7 + 8d41ee9 commit 224bf65
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
36 changes: 20 additions & 16 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ toc::[]



== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.7.0...main[Unreleased]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.8.0\...main[Unreleased]

=== Added

Expand All @@ -43,43 +43,47 @@ toc::[]

=== Bumped

=== Migration

== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.7.0\...v1.8.0[1.8.0]

=== Bumped

* Gradle 7.2 -> 7.4.2
* Android Gradle Plugin 7.0.2 -> 7.1.3
* _**BREAKING**_ Kotlin 1.5.21 -> 1.6.10
* moshi 1.12.0 -> 1.13.0

=== Migration

== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.6.3...v1.7.0[1.7.0]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.6.3\...v1.7.0[1.7.0]

=== Bumped

* Gradle 6.9 -> 7.2
* *_BREAKING_* Kotlin 1.4.32 -> 1.5.21
* *_BREAKING_* Android Gradle Plugin 4.2.2 -> 7.0.2

== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.6.2...v1.6.3[1.6.3]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.6.2\...v1.6.3[1.6.3]

=== Fixed

* ElementFactory did not contain Consent and ResearchSubject.


== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.6.1...v1.6.2[1.6.2]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.6.1\...v1.6.2[1.6.2]

=== Bumped

Re-release of 1.6.1 due to build issues.


== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.6.0...v1.6.1[1.6.1]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.6.0\...v1.6.1[1.6.1]

=== Bumped

Re-release of 1.6.0 due to build issues.


== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.5.0...v1.6.0[1.6.0]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.5.0\...v1.6.0[1.6.0]

=== Added

Expand All @@ -92,13 +96,13 @@ Re-release of 1.6.0 due to build issues.
* AndroidStudio 4.1 -> 4.2.2
* Junit 4.13.0 -> 4.13.2

== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.4.0...v1.5.0[1.5.0]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.4.0\...v1.5.0[1.5.0]

=== Added

* Add FHIR R4 model AllergyIntolerance, Device, DeviceUseStatement and Immunization.

== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.3.1...v1.4.0[1.4.0]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.3.1\...v1.4.0[1.4.0]

=== Fixed

Expand All @@ -108,11 +112,11 @@ Re-release of 1.6.0 due to build issues.

* _*BREAKING*_ Moshi 1.8.0 -> 1.12.0

== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.2.1...v1.3.1[1.3.1]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.2.1\...v1.3.1[1.3.1]

Re release of 1.3.0 due to build issues

== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.2.1...v1.3.0[1.3.0]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.2.1\...v1.3.0[1.3.0]

=== Added

Expand All @@ -122,7 +126,7 @@ Re release of 1.3.0 due to build issues

* FhirElementFactory#getClassForFhirType is now case insensitive.

== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.2.0...v1.2.1[1.2.1]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.2.0\...v1.2.1[1.2.1]

=== Changed

Expand All @@ -133,7 +137,7 @@ Re release of 1.3.0 due to build issues
* CanonicalJsonAdapter#toJson(R4): it accesses `value` of a writer now only once


== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.1.0...v1.2.0[1.2.0]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.1.0\...v1.2.0[1.2.0]

=== Changed

Expand All @@ -151,7 +155,7 @@ dependencies {
----


== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.0.0...v1.1.0[1.1.0]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v1.0.0\...v1.1.0[1.1.0]

=== Added

Expand All @@ -167,7 +171,7 @@ dependencies {
* FHIR 4 AttachmentHelper to use FHIR 4 resources instead of FHIR 3 ones


== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v0.7.0...v1.0.0[1.0.0]
== https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/v0.7.0\...v1.0.0[1.0.0]

=== Added

Expand Down
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Data4life FHIR SDK for Android/Java
:library_version: 1.7.0
:library_version: 1.8.0
:link-repository: https://github.com/d4l-data4life/hc-fhir-sdk-java
:toc: macro
:toclevels: 2
Expand Down Expand Up @@ -106,9 +106,9 @@ dependencies {

=== Requirements

* Android Studio 4.1.0
* Java 7
* Gradle 6.7.1
* Android Studio 7.1.3
* Java 8
* Gradle 7.4.2
* Python 3.5
* Ruby
* http://bundler.io/[Bundler]
Expand Down

0 comments on commit 224bf65

Please sign in to comment.