From ede91548741f389c5bd83aa09e6720163883dae2 Mon Sep 17 00:00:00 2001 From: Angger Pradana Date: Tue, 14 Sep 2021 19:39:54 +0700 Subject: [PATCH] 0.1.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9ba5bc..5dd6c2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [0.1.1] - 2021-09-14 ### Added - Add ```Request::class``` to handle http request - Add ```Response::class``` to handle http respone