Skip to content

Commit 765974f

Browse files
author
Fran Tsao
committed
Updated changelog and readme for release
1 parent 8b2605b commit 765974f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).
44

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

914
## [5.1.0](https://github.com/idealista/java_role/tree/5.1.0) (2020-05-20)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ Create or add to your roles dependency file (e.g requirements.yml):
4242
```yml
4343
- src: http://github.com/idealista/java_role.git
4444
scm: git
45-
version: 5.1.0
45+
version: 5.2.0
4646
name: java
4747
```
4848
4949
or using [Ansible Galaxy](https://galaxy.ansible.com/idealista/java_role/) as origin if you prefer:
5050
5151
```yml
5252
- src: idealista.java_role
53-
version: 5.1.0
53+
version: 5.2.0
5454
name: java
5555
```
5656

0 commit comments

Comments
 (0)