diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a14bcd..a59d227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [0.2.0] - 2020-10-14 + +### Fixed +- Remove `#include "common.h"` inside `"common.h"` +- Allow strings as error object + + ## [0.1.0] - 2019-07-02 - Initial implementation of 1.0 and 2.0 server