Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassouzavieira committed Mar 28, 2020
1 parent ae896f2 commit 9856665
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)
- Key-store support (through Document class)

0 comments on commit 9856665

Please sign in to comment.