From ffbb548794df27725f2ec192bc46000e2abf5891 Mon Sep 17 00:00:00 2001 From: Rui Quelhas Date: Tue, 22 Dec 2015 21:20:13 +0000 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 756d31a..5c0409e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v2.0.0](https://github.com/ruiquelhas/copperfield/tree/v2.0.0) (2015-12-22) +[Full Changelog](https://github.com/ruiquelhas/copperfield/compare/v1.0.2...v2.0.0) + +**Implemented enhancements:** + +- Delegate work to different modules. [\#7](https://github.com/ruiquelhas/copperfield/issues/7) + +**Merged pull requests:** + +- Simplify the implementation using supervizor [\#8](https://github.com/ruiquelhas/copperfield/pull/8) ([ruiquelhas](https://github.com/ruiquelhas)) + ## [v1.0.2](https://github.com/ruiquelhas/copperfield/tree/v1.0.2) (2015-12-20) [Full Changelog](https://github.com/ruiquelhas/copperfield/compare/v1.0.1...v1.0.2) diff --git a/package.json b/package.json index 9ba816d..8284a2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copperfield", - "version": "1.0.2", + "version": "2.0.0", "description": "Server-level houdin validation for hapi", "main": "lib/index.js", "scripts": {