Update CONTRIBUTING.md
[poolifier.git] / CHANGELOG.md
index f9ffd3756950b75a5f63a834a5df91695eb979e1..cf61e7816c3cb4fb5ae3efd4904e5f1b3fe6da1a 100644 (file)
@@ -5,10 +5,17 @@ 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).
 
+## [1.1.0] - 2020-21-05
+
+### Added
+
+- ThreadWorker support async functions as option
+- Various external library patches
+
 ## [1.0.0] - 2020-24-01
 
 ### Added
 
 - FixedThreadPool implementation
 - DynamicThreadPool implementation
-- WorkerThread implementation to improve developer experience
\ No newline at end of file
+- WorkerThread implementation to improve developer experience