From 88d364d88d3a1dac4bc8716ed2a6bb2441b3bd56 Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Tue, 8 Dec 2015 16:46:58 -0500 Subject: [PATCH] Update changelog for 1.2.3 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d21f5..1f048f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to `monga` will be documented in this file. +## 1.2.3 - 2015-12-08 + +- Added phpunit in require-dev in composer config. +- Fixed indentation issues. +- Updates query to use direct call to whereNot(). + ## 1.2.2 - 2015-11-19 - Fixed database existence tests for Mongo 3. - Removed old Mockery fix.