Skip to content

Commit

Permalink
prepare 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Mar 21, 2021
1 parent 5adc373 commit 733bd9f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.9.0](https://github.com/schmittjoh/JMSSerializerBundle/tree/3.9.0) (2021-03-21)

**Merged pull requests:**

- Add option to include interface metadata [\#817](https://github.com/schmittjoh/JMSSerializerBundle/pull/817) ([marein](https://github.com/marein))
- rewrite CacheClearerTest according to --prefer-lowest tests [\#842](https://github.com/schmittjoh/JMSSerializerBundle/pull/842) ([gam6itko](https://github.com/gam6itko))
- copy issue templates from schmittjoh/serializer [\#841](https://github.com/schmittjoh/JMSSerializerBundle/pull/841) ([gam6itko](https://github.com/gam6itko))
- add CONTRIBUTING.md and code fixing by phpcbf [\#840](https://github.com/schmittjoh/JMSSerializerBundle/pull/840) ([gam6itko](https://github.com/gam6itko))
- add CacheClearer [\#839](https://github.com/schmittjoh/JMSSerializerBundle/pull/839) ([gam6itko](https://github.com/gam6itko))
- Partially revert \#820 for support PHP 8.1 Enum [\#836](https://github.com/schmittjoh/JMSSerializerBundle/pull/836) ([michaljusiega](https://github.com/michaljusiega))
- Migrate CI to Github Actions [\#833](https://github.com/schmittjoh/JMSSerializerBundle/pull/833) ([simPod](https://github.com/simPod))

## [3.8.0](https://github.com/schmittjoh/JMSSerializerBundle/tree/3.8.0) (2021-01-23)

**Merged pull requests:**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.8-dev"
"dev-master": "3.9-dev"
}
},
"autoload": {
Expand Down

0 comments on commit 733bd9f

Please sign in to comment.