From bbeef9954a4f5e815760dd6b28c3f623fd778658 Mon Sep 17 00:00:00 2001 From: Marcus LaFerrera Date: Fri, 29 Mar 2019 10:38:31 -0400 Subject: [PATCH] Update CHANGELOG for version 2.0.4 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e58a50..d56956b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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 +## [2.0.4] - 2019-03-29 ### Added @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Force payload content to be of type bytes +- Force payload content to be of type `bytes` ## [2.0.3] - 2019-02-15