Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Prepare release v1.1.0 (#38)
Browse files Browse the repository at this point in the history
* chore: change labels for maintenance release draft

* docs: update CHANGELOG.md

* docs: fix invalid link in content list

* docs: increase version to 1.1.0

* docs: update CHANGELOG.md
  • Loading branch information
ronjaquensel authored Jun 14, 2021
1 parent da8f8b7 commit 0d3b51d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<properties>
<!-- General -->
<revision>1.1.0-SNAPSHOT</revision>
<revision>1.1.0</revision>
<email>[email protected]</email>

<!-- Build info -->
Expand All @@ -48,7 +48,6 @@
<camel-springboot.version>3.10.0</camel-springboot.version>
<postgres.version>42.2.21</postgres.version>
<tidy.version>1.1.0</tidy.version>
<objenesis.version>3.2</objenesis.version>

<!-- Plugins -->
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
Expand Down

0 comments on commit 0d3b51d

Please sign in to comment.