From 398b1aab56d1237ff452512a430f3165e3ed9121 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 4 Dec 2020 01:42:23 +0000 Subject: [PATCH] Release 10.3.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89758400e..4539b521d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [10.3.1] - 2020-12-04 + +* Work around GitLab's API returning bad JSON for some endpoints + +[10.3.0]: https://github.com/GitLabPHP/Client/compare/10.3.0...10.3.1 + ## [10.3.0] - 2020-11-27 * Support PHP 8.0