Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Update to 0.3.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
purple52 committed Jun 12, 2018
1 parent 4e581bb commit 55a8e03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [3.0.1] - 2018-06-12

### Fixed
- Altered marshalling approach to fix problems comparing BigDecimal fields

## [0.3.0] - 2018-04-11
### Added
- Support wildcard comparison
Expand All @@ -28,7 +33,8 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
### Added
- First release version

[Unreleased]: https://github.com/CJSCommonPlatform/domain-test-dsl/compare/release-0.3.0...HEAD
[Unreleased]: https://github.com/CJSCommonPlatform/domain-test-dsl/compare/release-0.3.1...HEAD
[0.3.1]: https://github.com/CJSCommonPlatform/domain-test-dsl/compare/release-0.3.0...release-0.3.1
[0.3.0]: https://github.com/CJSCommonPlatform/domain-test-dsl/compare/release-0.2.0...release-0.3.0
[0.2.0]: https://github.com/CJSCommonPlatform/domain-test-dsl/compare/release-0.1.0...release-0.2.0
[0.1.0]: https://github.com/CJSCommonPlatform/domain-test-dsl/commits/release-0.1.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>uk.gov.justice.services</groupId>
<artifactId>domain-test-dsl</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.3.1</version>

<properties>
<cpp.repo.name>domain-test-dsl</cpp.repo.name>
Expand Down

0 comments on commit 55a8e03

Please sign in to comment.