From 3466ac7b59ba42dc9a72cabd3faf1ebc655ff545 Mon Sep 17 00:00:00 2001 From: Ming Tat Lim Date: Mon, 22 Nov 2021 17:58:43 +0800 Subject: [PATCH] Release 2.1 --- CHANGELOG.md | 5 ++--- README.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc7ed1..fc27410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. -### V2.0.1-SNAPSHOT -+ 2021-11-22 - Remove Test Harness - +### V2.1.0-SNAPSHOT ++ 2021-11-22 - Release for APEX 2 ### V2.0.1-SNAPSHOT + 2021-08-08 - Restructure PrivateKey and PublicKey API. diff --git a/README.md b/README.md index 83e4d68..c3407af 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A C# helper utility that construct and sign HTTP Authorization header scheme for API authentication and verification. -## Table of Contents (version 2.0 - beta (2021-08-08 v2.0.1)) +## Table of Contents - [Getting Started](#getting-started) * [Prerequisites](#prerequisites) * [Query String and FormData Class](#using-the-querydata-and-formdata-class)