From 9856665e3ebce88f5d400e518f70a7d663b61777 Mon Sep 17 00:00:00 2001 From: "Lucas S. Vieira" Date: Sat, 28 Mar 2020 15:23:03 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d30034..40bef41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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). +## [1.1.1] - 2020-03-28 +Implements some fixes to the driver. + +### Fixed + - Fixes #4. Update cursor class base endpoint. + +### Changed + - `DatabaseException` moved to `ArangoDB\Exception\Database` namespace. + ## [1.1.0] - 2020-01-15 ### Added - ArangoDB v3.6 support. @@ -74,4 +83,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - PHP 7.2+ support. - Document basic operations (Create, Read, Update and Delete) -- Key-store support (through Document class) \ No newline at end of file +- Key-store support (through Document class)