Skip to content

Commit

Permalink
Bump player version to 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romainneutron committed Apr 5, 2023
1 parent 08ac00c commit 3416e66
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Blackfire Player Changelog
==========================

* 1.29.0 (2023-01-25)

* Update Sentry integration
* Update dependencies
* Update support URL
* Update README
* Add tests

* 1.28.0 (2023-01-25)

* Use PHP built-in annotations for Serializer configuration
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,14 @@
"*": "dist"
},
"sort-packages": true,
"platform-check": false
"platform-check": false,
"allow-plugins": {
"php-http/discovery": true
}
},
"extra": {
"branch-alias": {
"dev-master": "1.29-dev"
"dev-master": "1.30-dev"
}
}
}
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3416e66

Please sign in to comment.