From ae84da3e4ab2329c57017ab65a0e925442f780ba Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Wed, 30 Jan 2019 10:23:53 -0800 Subject: [PATCH] Release v1.1.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e140c2..000abb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] - Put new items here. +## [1.1.1] - 2019-01-30 +- Fix `OPTIONS` request to also include CORS headers. + ## [1.1.0] - 2019-01-29 - Added the `--watch` (short `-w`) parameter to reload whenever the input file changes. This currently only works when using files on disk.