From af8fa81788b893205e1ff42ddd88c5b0b315d7c5 Mon Sep 17 00:00:00 2001 From: msaps Date: Sat, 20 Aug 2022 16:47:17 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77bc770d..5dc4163e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. `Pageboy` adheres to [Semantic Versioning](https://semver.org/). #### 3.x Releases +- `3.6.x` Releases - [3.7.0](#370) - `3.6.x` Releases - [3.6.0](#360) | [3.6.1](#361) | [3.6.2](#362) - `3.5.x` Releases - [3.5.0](#350) | [3.5.1](#351) - `3.4.x` Releases - [3.4.0](#340) @@ -30,6 +31,14 @@ All notable changes to this project will be documented in this file. #### 0.x Releases - `0.4.x` Releases - [0.4.0](#040) | [0.4.1](#041) | [0.4.2](#042) | [0.4.3](#043) | [0.4.4](#044) | [0.4.5](#045) | [0.4.6](#046) | [0.4.7](#047) | [0.4.8](#048) | [0.4.9](#049) | [0.4.10](#0410) | [0.4.11](#0411) | [0.4.12](#0412) +--- +## [3.7.0](https://github.com/uias/Pageboy/releases/tag/3.7.0) +Released on 2022-08-20 + +#### Updated +- Protocols now conform to `AnyObject` instead of `class`. + - by [irskep](https://github.com/irskep) + --- ## [3.6.2](https://github.com/uias/Pageboy/releases/tag/3.6.2) Released on 2020-10-11