Skip to content

Commit

Permalink
Prep for 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Apr 23, 2020
1 parent ab0ed32 commit 82eb5fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.2] - 2020-04-23

### Added

* Paging projects ([#137](https://github.com/iomega/paired-data-form/issues/137))
Expand All @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Sort projects moved from web application to elastic search ([#138](https://github.com/iomega/paired-data-form/issues/138))
* Allow search and filter to be combined

## [0.6.1] 2020-04-16
## [0.6.1] - 2020-04-16

### Added

Expand All @@ -27,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Enrichments cause Limit of total fields exceeded error in elastic search ([#131](https://github.com/iomega/paired-data-form/issues/131))

## [0.6.0] 2020-04-16
## [0.6.0] - 2020-04-16

Search functionality using elastic search has been added.

Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podp-api",
"version": "0.6.1",
"version": "0.6.2",
"description": "",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paired-data-platform",
"version": "0.6.1",
"version": "0.6.2",
"private": true,
"dependencies": {
"@root/encoding": "^1.0.1",
Expand Down

0 comments on commit 82eb5fd

Please sign in to comment.