diff --git a/.github/release-drafter.yaml b/.github/release-drafter.yaml index 6974457..bff7fe9 100644 --- a/.github/release-drafter.yaml +++ b/.github/release-drafter.yaml @@ -11,7 +11,9 @@ categories: - 'bugfix' - 'bug' - title: '🧰 Maintenance' - label: 'chore' + labels: + - 'maintenance' + - 'dependencies' change-template: '- $TITLE' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. version-resolver: diff --git a/CHANGELOG.md b/CHANGELOG.md index 104a9b1..3a2311c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,16 @@ All notable changes to this project will be documented in this file. -## [1.1.0] - +## [1.1.0] - 2021-06-14 ### Added -- Add custom truststore for Camel HTTP component (configurable via application.properties). +- Add custom truststore for Camel HTTP component (configurable via `application.properties`). + +### Changed + +- Change Spring Boot version to 2.5.1. +- Change Postgres version to 42.2.21. ### Removed diff --git a/README.md b/README.md index 2db2169..963dc4e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ standalone in parallel to the connector, as can be done with this Camel applicat * [Deployment](#deployment) * [Deploying Camel routes](#deploying-camel-routes) * [Defining Camel routes](#defining-camel-routes) -* [Using the Dataspace Connector with SSL enabled](#using-the-dataspace-connector-with-ssl-enabled) +* [SSL with Camel HTTP component](#ssl-with-camel-http-component) * [Using apps](#using-apps) * [Contributing](#contributing) * [License](#license) diff --git a/pom.xml b/pom.xml index 45b8829..5f23a1f 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ - 1.1.0-SNAPSHOT + 1.1.0 info@dataspace-connector.de @@ -48,7 +48,6 @@ 3.10.0 42.2.21 1.1.0 - 3.2 3.0.0-M3