Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Jul 8, 2020
1 parent f9d67f2 commit 365754d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
@@ -1,10 +1,14 @@
# Changelog

## [Unreleased]
## [v0.7.0] - 2020-07-08

### Added

- configurable baseurl to define the root url of the api rest(#56)
- Configurable API root url (#56)

### Changed

- Update dependencies (#52)

## [v0.6.0] - 2020-05-02

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@
```bash
git clone https://github.com/VROOM-Project/vroom-express.git
cd vroom-express
git checkout v0.6.0
git checkout v0.7.0
```

- Install dependencies using `npm`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vroom-express",
"version": "0.6.0",
"version": "0.7.0",
"description": "An express server to expose VROOM as a web API.",
"scripts": {
"test": "npm run-script test:other && npm run-script test:js",
Expand Down

0 comments on commit 365754d

Please sign in to comment.