Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Aug 28, 2019
1 parent 29edf7c commit e3b1dd6
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
## 1.3.2 - 2019-04-15
## Unreleased

## 1.3.3 - 2019-08-28

### Changed

- CraftQL now requires Craft 3.2.0+.
- CraftQL now requires graphql-php ^0.12.0, fixing compatibility with Craft 3.3. ([#309](https://github.com/markhuot/craftql/pull/309))

### Fixed

- Fixed an error that occurred on Craft 3.2.0+ when querying for entry drafts, if the `name` or `notes` fields were specified. ([#296](https://github.com/markhuot/craftql/pull/296))

## 1.3.2 - 2019-04-15

### Changed

- CraftQL now requires Craft 3.1.19+.

### Fixed

- Fixed an error that occurred on Craft 3.1.19+. ([#248](https://github.com/markhuot/craftql/issues/248))
- Fixed an error that occurred on Craft 3.2.0+ when querying for entry drafts, if the `name` or `notes` fields were specified.
- Fixed an error that occurred when fetching categories.
- Fixed a bug where pagination limits weren’t being respected.

Expand Down

0 comments on commit e3b1dd6

Please sign in to comment.