Skip to content

Commit

Permalink
Prepare release 4.6.0
Browse files Browse the repository at this point in the history
- Update changelog
- Improve release pipeline
  • Loading branch information
maximevw committed Mar 20, 2022
1 parent d4b0f10 commit 497d543
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.6.0 - Unreleased
## 4.6.0 - 2022-03-20
### Added
- Add support for connecting to Cassandra DBaaS cluster with secure connect bundle.
See the feature request [#1](https://github.com/ing-bank/cassandra-jdbc-wrapper/discussions/1).
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ older version of Cassandra cluster. For more information, please check the
If you are having issues connecting to the cluster (seeing `NoHostAvailableConnection` exceptions) please check the
[connection requirements](https://github.com/datastax/java-driver/wiki/Connection-requirements).

This project requires Java 8 JDK (minimum).

### Installing

Clone the repository:
Expand Down
6 changes: 5 additions & 1 deletion azure-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,9 @@ steps:
target: $(Build.SourceVersion)
tagSource: manual
tag: 'v$(artifactVersion)'
assets: $(Build.SourcesDirectory)/target/*-bundle.jar
title: $(artifactVersion)
releaseNotesSource: input #TODO: improve the generation of the release notes link by using bash to parse changelog.
releaseNotes: 'See changes [here](https://github.com/ing-bank/cassandra-jdbc-wrapper/blob/master/CHANGELOG.md#ver---yyyy-MM-dd).'
assets: $(Build.SourcesDirectory)/target/cassandra-jdbc-wrapper-$(artifactVersion)-bundle.jar
isDraft: true
addChangeLog: false

0 comments on commit 497d543

Please sign in to comment.