From b9bcb403455781ddceb24a8bb966c86da80e45f1 Mon Sep 17 00:00:00 2001 From: "Derrick J. Wippler" Date: Tue, 4 Jun 2019 17:07:29 -0500 Subject: [PATCH] Removed Release Candidate from Changelog --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index eb590cf..ae90f94 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,7 @@ 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). -## [2.0.0-rc.4] - 2019-06-04 +## [2.0.0] - 2019-06-04 ### Changes * Now using golang standard `context.Context` instead of `groupcache.Context`. * HTTP requests made by `httpGetter` now respect `context.Context` done.