diff --git a/README.md b/README.md index 551e46b56..348f4a969 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,13 @@ If you write a transport, let us know and we will add a link here! ## Changelog +### v1.1.0 + +* [#18](https://github.com/mcollina/pino/pull/18) Added the error + serializer +* [#17](https://github.com/mcollina/pino/pull/17) throw when creating a + child logger without bindings + ### v1.0.5 * Restored the binary functionality to pretty-print the logs diff --git a/package.json b/package.json index 5a0084270..9c140f285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pino", - "version": "1.0.5", + "version": "1.1.0", "description": "fast and simple logger", "main": "pino.js", "bin": {