Skip to content

Commit

Permalink
[RELEASE] harvest v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Mar 26, 2020
1 parent 0772645 commit a127ca0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Change Log

## [v3.0.0](https://github.com/NASA-PDS-Incubator/harvest/tree/v3.0.0) (2020-03-26)
[Full Changelog](https://github.com/NASA-PDS-Incubator/harvest/compare/v2.6.0...v3.0.0)

**Implemented enhancements:**

- Improve and simplify Harvest execution and configuration to only manage Registry collection [\#16](https://github.com/NASA-PDS-Incubator/harvest/issues/16)
- Create new Harvest / Registry package to help streamline the documentation and deployment [\#15](https://github.com/NASA-PDS-Incubator/harvest/issues/15)

**Fixed bugs:**

- Update Harvest to work with upgraded Solr package [\#13](https://github.com/NASA-PDS-Incubator/harvest/issues/13)

**Merged pull requests:**

- Refactor Harvest to work with new streamlined registry packaging [\#19](https://github.com/NASA-PDS-Incubator/harvest/pull/19) ([jordanpadams](https://github.com/jordanpadams))
- Bump solr.version from 8.2.0 to 8.4.1 [\#12](https://github.com/NASA-PDS-Incubator/harvest/pull/12) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v2.6.0](https://github.com/NASA-PDS-Incubator/harvest/tree/v2.6.0) (2020-01-30)
[Full Changelog](https://github.com/NASA-PDS-Incubator/harvest/compare/v2.5.2...v2.6.0)

**Closed issues:**

- Open Source Harvest Tool [\#1](https://github.com/NASA-PDS-Incubator/harvest/issues/1)
Expand All @@ -10,6 +29,22 @@
- Add additional metadata fields to registry collection [\#8](https://github.com/NASA-PDS-Incubator/harvest/pull/8) ([jordanpadams](https://github.com/jordanpadams))
- Update README for open source release [\#3](https://github.com/NASA-PDS-Incubator/harvest/pull/3) ([jordanpadams](https://github.com/jordanpadams))

## [v2.5.2](https://github.com/NASA-PDS-Incubator/harvest/tree/v2.5.2) (2019-10-29)
[Full Changelog](https://github.com/NASA-PDS-Incubator/harvest/compare/v2.5.1...v2.5.2)

## [v2.5.1](https://github.com/NASA-PDS-Incubator/harvest/tree/v2.5.1) (2019-10-27)
[Full Changelog](https://github.com/NASA-PDS-Incubator/harvest/compare/v2.5.0...v2.5.1)

## [v2.5.0](https://github.com/NASA-PDS-Incubator/harvest/tree/v2.5.0) (2019-10-25)
[Full Changelog](https://github.com/NASA-PDS-Incubator/harvest/compare/v2.4.0...v2.5.0)

## [v2.4.0](https://github.com/NASA-PDS-Incubator/harvest/tree/v2.4.0) (2019-10-18)
[Full Changelog](https://github.com/NASA-PDS-Incubator/harvest/compare/v2.3.0...v2.4.0)

## [v2.3.0](https://github.com/NASA-PDS-Incubator/harvest/tree/v2.3.0) (2019-10-18)
[Full Changelog](https://github.com/NASA-PDS-Incubator/harvest/compare/v2.2.0...v2.3.0)

## [v2.2.0](https://github.com/NASA-PDS-Incubator/harvest/tree/v2.2.0) (2019-10-15)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<groupId>gov.nasa.pds</groupId>
<artifactId>harvest</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>jar</packaging>

<name>Harvest Tool</name>
Expand Down

0 comments on commit a127ca0

Please sign in to comment.