Skip to content

Commit ed035b1

Browse files
authored
Prepare releases 3.2.1 (#283)
* Add branch alias * Prepare changelog * Allow CI failures of sentry/sentry dev-develop * Set the release date for 3.2.1
1 parent e30be17 commit ed035b1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## Unreleased
88
- Add support for Symfony 5.0 (#266, thanks to @Big-Shark)
99
- Drop support for Symfony < 3.4 (#277)
10+
11+
## 3.2.1 (2019-12-19)
1012
- Fix handling of command with no name on `ConsoleListener` (#261)
1113
- Remove check by AuthorizationChecker in `RequestListener` (#264)
1214
- Fixed undefined variable in `RequestListener` (#263)

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"extra": {
6666
"branch-alias": {
6767
"master": "3.x-dev",
68+
"releases/3.2.x": "3.2.x-dev",
6869
"releases/2.x": "2.x-dev",
6970
"releases/1.x": "1.x-dev"
7071
}

0 commit comments

Comments
 (0)