Skip to content

Commit f4446db

Browse files
committed
chore: prepare release 3.4.0
1 parent b368cb8 commit f4446db

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 3.4.0 - 2022-01-02
9+
10+
### Added
11+
12+
- Add the `allow-plugins` property to composer.json.
13+
- Tell Dependabot to update GitHub Actions.
14+
- Run GitHub Actions CI builds only on pushes to `main` and PRs based on `main`.
15+
16+
### Changed
17+
18+
- Remove "deps" as a type from conventional commits configuration.
19+
20+
### Deprecated
21+
22+
- Nothing.
23+
24+
### Removed
25+
26+
- Nothing.
27+
28+
### Fixed
29+
30+
- Use v2 of ramsey/composer-install.
31+
- Fix a few package compatibility issues with PHP 8.1.
32+
833
## 3.3.0 - 2021-09-26
934

1035
### Added

0 commit comments

Comments
 (0)