From 6f2ae94e12aadfbf9155685f46d4c20338d9f5e2 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Wed, 27 Nov 2019 10:47:25 -0800 Subject: [PATCH] Changelog for v1.101 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ae84661..490507066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [github-api-1.100](https://github.com/github-api/github-api/tree/github-api-1.100) (2019-11-27) +## [github-api-1.101](https://github.com/github-api/github-api/tree/github-api-1.101) (2019-11-27) + +[Full Changelog](https://github.com/github-api/github-api/compare/github-api-1.100...github-api-1.101) + +### Fixes + +- Fixed `ClassNotFoundException` when creating `okhttp3.OkHttpConnector` with `Cache` @alecharp [\#627](https://github.com/github-api/github-api/issues/627) + +## [github-api-1.100](https://github.com/github-api/github-api/tree/github-api-1.100) (2019-11-26) [Full Changelog](https://github.com/github-api/github-api/compare/github-api-1.99...github-api-1.100)