Skip to content

Commit

Permalink
release(project): should release v0.5.0 #18
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Dec 18, 2020
1 parent b86628b commit ade27d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v0.5.0][] (2020-12-18)

- Features:
+ should use env var for logging format config #17
+ should replace info.level by info.severity when explicitly configured #19

Details: https://github.com/teracyhq-incubator/logging-tracing/milestone/6?closed=1

## [v0.4.0][] (2020-12-14)

- Features:
Expand Down Expand Up @@ -41,3 +49,4 @@ Details: https://github.com/teracyhq-incubator/logging-tracing/milestone/1?close
[v0.2.0]: https://github.com/teracyhq-incubator/logging-tracing/milestone/2?closed=1
[v0.3.0]: https://github.com/teracyhq-incubator/logging-tracing/milestone/4?closed=1
[v0.4.0]: https://github.com/teracyhq-incubator/logging-tracing/milestone/5?closed=1
[v0.5.0]: https://github.com/teracyhq-incubator/logging-tracing/milestone/6?closed=1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teracyhq-incubator/logging-tracing",
"version": "0.5.0-SNAPSHOT",
"version": "0.5.0",
"description": "logging and tracing libraries for cloud native apps",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ade27d6

Please sign in to comment.