File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,12 @@ All notable changes to this project will be documented in this file.
33This 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)
Original file line number Diff line number Diff 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
4949or 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
You can’t perform that action at this time.
0 commit comments