From c4b221f040e254aa7ff4e1311c9a62690a5f3157 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Sat, 18 Jan 2020 00:44:57 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d9c7c2..f004922e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.2.3 - 2020-01-17 + +### Fixed + + - Fix `query!` when used on a query that does not return results ## 0.2.2 - 2020-01-16