Skip to content

Commit

Permalink
[bump/docs] Bump up version to 0.9.0 and Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Mar 8, 2019
1 parent 99ad4c2 commit bb901a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.9.0] - 2019-03-08
### Changed
* Make logs for sender consistent
* Update dependencies

## [0.8.10] - 2019-02-24
### Changed
* Not to allow user to send "/robots.txt" and return 404 when user access to "/rebots.txt"
Expand Down Expand Up @@ -138,7 +143,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
* Docker automated build on Docker Hub
* Support HTTPS

[Unreleased]: https://github.com/nwtgck/piping-server/compare/v0.8.10...HEAD
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/nwtgck/piping-seraver/compare/v0.8.10...v0.9.0
[0.8.10]: https://github.com/nwtgck/piping-seraver/compare/v0.8.9...v0.8.10
[0.8.9]: https://github.com/nwtgck/piping-seraver/compare/v0.8.8...v0.8.9
[0.8.8]: https://github.com/nwtgck/piping-seraver/compare/v0.8.7...v0.8.8
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piping-server",
"version": "0.8.11-SNAPSHOT",
"version": "0.9.0",
"description": "Streaming Data Transfer Server over HTTP/HTTPS",
"bin": {
"piping-server": "dist/src/index.js"
Expand Down

0 comments on commit bb901a2

Please sign in to comment.