Skip to content

Commit 14de045

Browse files
committed
changelog: bumps version 2.0.3
1 parent b20bcff commit 14de045

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.3] - 2021-04-27
8+
9+
### Changed
10+
- Bumps commons-io from 2.6 to 2.7. (@dependabot)
11+
12+
### Fixed
13+
- Java path on MacOS. (Path on Zulu JDK 11 changed since our last release)
14+
715
## [2.0.2] - 2020-10-27
816

917
### Changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.totalcross</groupId>
88
<artifactId>totalcross-maven-plugin</artifactId>
9-
<version>2.0.2</version>
9+
<version>2.0.3</version>
1010
<name>totalcross-maven-plugin</name>
1111
<url>http://maven.apache.org</url>
1212
<packaging>maven-plugin</packaging>

0 commit comments

Comments
 (0)