From 8387997a6805bd93b26888e99867996ac4c1187b Mon Sep 17 00:00:00 2001 From: Sebastian De Deyne Date: Fri, 8 Jun 2018 11:16:48 +0200 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2749d..9f82951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ All notable changes to `sheets` will be documented in this file -## 1.1.0 - 2018-06-05 +## 1.2.0 - 2018-06-08 +- Implement `Arrayable`, `Jsonable` & `JsonSerializable` on the `Sheet` class -- Implement `ArrayAccess` on `Sheet` class +## 1.1.0 - 2018-06-05 +- Implement `ArrayAccess` on the `Sheet` class ## 1.0.0 - 2018-05-31 - First release