Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit d5e0952

Browse files
committed
Merge tag '0.6.0' into develop
0.6.0
2 parents cff5d83 + 0b11cfa commit d5e0952

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [0.6.0](https://github.com/locp/ansible-role-cassandra/tree/0.6.0) (2018-11-06)
4+
[Full Changelog](https://github.com/locp/ansible-role-cassandra/compare/0.5.0...0.6.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Add Support for Ubuntu 18:04 [\#30](https://github.com/locp/ansible-role-cassandra/issues/30)
9+
310
## [0.5.0](https://github.com/locp/ansible-role-cassandra/tree/0.5.0) (2018-10-04)
411
[Full Changelog](https://github.com/locp/ansible-role-cassandra/compare/0.4.4...0.5.0)
512

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ require 'github_changelog_generator/task'
33
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
44
config.user = 'locp'
55
config.project = 'ansible-role-cassandra'
6-
config.future_release = '0.5.0'
6+
config.future_release = '0.6.0'
77
end

0 commit comments

Comments
 (0)