Skip to content

Commit

Permalink
Release v0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Feb 17, 2020
1 parent 0f14e8a commit 2a1462b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.2] - 2020-02-17
### Changed
- Upgrades log4j2, jackson and modelmapper dependencies to latest versions.
- Upgrades Gradle to 6.1.1.

## [0.3.1] - 2018-03-24
### Added
- Adds support for applying multiple API declarations at once.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

group 'io.apiman.cli'
version '0.3.2-SNAPSHOT'
version '0.3.2'

apply plugin: 'java'

Expand Down

0 comments on commit 2a1462b

Please sign in to comment.