From 10e5174ba6c9a3480abe0eff6e905493261954e4 Mon Sep 17 00:00:00 2001 From: JP Date: Thu, 9 Feb 2017 16:44:15 -0600 Subject: [PATCH] release v0.1.3 [ci skip] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb233b01..b9d543584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.1.3 [UNRELEASED] +## v0.1.3 [2017-02-09] ### Breaking changes: - namespace processing no longer expects their the be a "db" portion (i.e. "database.collection") @@ -6,6 +6,7 @@ but an attempt to maintain backwards compatibility is still there for the time b [#258](https://github.com/compose/transporter/pull/258) ### Bugfixes +- [#261](https://github.com/compose/transporter/pull/261): return a nil message to get skipped in the pipeline ## v0.1.2 [2017-01-27]