Skip to content

Commit

Permalink
Prep for v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Mar 20, 2020
1 parent 1ec34e8 commit b8564fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 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.4.0] - 2020-03-20

This version requires following migration steps.

* JSON schema changed to version 2. To migrate all projects in data/ dir from 1 to 2 run
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.3.0",
"version": "0.4.0",
"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.3.0",
"version": "0.4.0",
"private": true,
"dependencies": {
"@root/encoding": "^1.0.1",
Expand Down

0 comments on commit b8564fb

Please sign in to comment.