From d78158806662cf7b0279898651e2d40a084878b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20H=C3=B6gberg?= Date: Sun, 23 Sep 2018 16:16:19 +0200 Subject: [PATCH] release v1.1.1 --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9a627..0a5773a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ -# Change Log +# Changelog All notable changes to this project will be documented in this file. -This project tries to adhere to [Semantic Versioning](http://semver.org/). + +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). + +## [1.1.1] - 2018-09-23 +### Fixed +- Fixed crash when scheduling Closures and Jobs, #23 ## [1.1.0] - 2018-09-04 ### Other