Skip to content

Commit 0dc0797

Browse files
committed
v3.2.0
1 parent ecc3f67 commit 0dc0797

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ workflows:
1717
- test81
1818
- docs_build:
1919
requires:
20-
- lint
2120
- test72
2221
- test73
2322
- test74

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased](https://github.com/contentful/contentful-core.php/compare/3.1.3...HEAD)
6+
## [Unreleased](https://github.com/contentful/contentful-core.php/compare/3.2.0...HEAD)
77

88
<!-- PENDING-CHANGES -->
99
* The API will no longer switch to the jpg format if a quality is given, consistent with the docs
1010
<!-- /PENDING-CHANGES -->
1111

1212

13+
## [3.2.0](https://github.com/contentful/contentful-core.php/tree/3.2.0) (2022-07-16)
14+
15+
### Added
16+
17+
* Support for guzzlehttp/psr7 v2
18+
19+
## Internal
20+
21+
* Some CI rework and refactoring
22+
23+
1324
## [3.1.3](https://github.com/contentful/contentful-core.php/tree/3.1.2) (2022-01-17)
1425

1526
### Added

0 commit comments

Comments
 (0)