Skip to content

Commit

Permalink
#132 update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran Tsao committed Aug 13, 2020
1 parent ba107c4 commit 377502e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,20 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).

## [Unreleased](https://github.com/idealista/java_role/tree/develop)
- *[#132](https://github.com/idealista/java_role/issues/132) Removed Jessie support* @frantsao
- *[#132](https://github.com/idealista/java_role/issues/132) Updated JRE versions in travis tests* @frantsao

## [6.0.0](https://github.com/idealista/java_role/tree/6.0.0) (2020-08-13)
[Full Changelog](https://github.com/idealista/java_role/compare/5.2.0...6.0.0)
### Changed
- *[#132](https://github.com/idealista/java_role/issues/132) Breaking: Removed Jessie support* @frantsao
- *[#132](https://github.com/idealista/java_role/issues/132) Updated Debian Buster is default in molecule tests* @frantsao
### Fixed
- *[#132](https://github.com/idealista/java_role/issues/132) Updated JRE versions in travis tests* @frantsao

## [5.2.0](https://github.com/idealista/java_role/tree/5.2.0) (2020-06-04)
[Full Changelog](https://github.com/idealista/java_role/compare/5.1.0...5.2.0)
### Changed
- *[#39](https://github.com/idealista/java_role/issues/39) Improved adding extra repositories* @frantsao
### Fixed
yy### Fixed
- Fix OpenJDK 8 in Debian 8 installation (removed unwanted OpenJDK 7 package)

## [5.1.0](https://github.com/idealista/java_role/tree/5.1.0) (2020-05-20)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ Create or add to your roles dependency file (e.g requirements.yml):
```yml
- src: http://github.com/idealista/java_role.git
scm: git
version: 5.2.0
version: 6.0.0
name: java
```
or using [Ansible Galaxy](https://galaxy.ansible.com/idealista/java_role/) as origin if you prefer:
```yml
- src: idealista.java_role
version: 5.2.0
version: 6.0.0
name: java
```
Expand Down

0 comments on commit 377502e

Please sign in to comment.