Skip to content

Commit

Permalink
[RELEASE] validate v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Feb 3, 2020
1 parent 685e6b2 commit 36538a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log

## [v1.19.0](https://github.com/NASA-PDS-Incubator/validate/tree/v1.19.0) (2020-01-30)
## [v1.20.0](https://github.com/NASA-PDS-Incubator/validate/tree/v1.20.0) (2020-02-03)
[Full Changelog](https://github.com/NASA-PDS-Incubator/validate/compare/v1.19.0...v1.20.0)

**Fixed bugs:**

- Memory leak issue has returned after Saxon downgrade [\#183](https://github.com/NASA-PDS-Incubator/validate/issues/183)

**Merged pull requests:**

- Upgrade Saxon to help prevent memory leak [\#185](https://github.com/NASA-PDS-Incubator/validate/pull/185) ([jordanpadams](https://github.com/jordanpadams))

## [v1.19.0](https://github.com/NASA-PDS-Incubator/validate/tree/v1.19.0) (2020-01-31)
[Full Changelog](https://github.com/NASA-PDS-Incubator/validate/compare/v1.18.2...v1.19.0)

**Fixed bugs:**
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE.

<groupId>gov.nasa.pds</groupId>
<artifactId>validate</artifactId>
<version>1.20.0-SNAPSHOT</version>
<version>1.20.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 36538a9

Please sign in to comment.