Skip to content

Commit

Permalink
Version bump due to security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jokogr committed Feb 4, 2016
1 parent f0cd828 commit 7e00025
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]
## [0.1.2] - 2016-02-04
### Added
- Dependency status at README via David.

### Changed
- Update bluebird, config, cron, hapi-swaggered, hapi-swaggered-ui, joi,
request-promise and winston.

### Security
- Update hapi from v10.0.0.
- Update moment from v2.10.3.
Expand Down
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ server.register([
title: 'T-NOVA VIM Monitoring API',
description: 'Powered by node, hapi, joi, hapi-swaggered,' +
'hapi-swaggered-ui and swagger-ui',
version: '0.1.1'
version: '0.1.2'
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tnova-vim-backend",
"version": "0.1.1",
"version": "0.1.2",
"license": "GPL-3.0",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 7e00025

Please sign in to comment.