Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

## v6.28.0 (** June 2025)
## v6.28.0 (8 July 2025)

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you're a member of the core team, follow these instructions for releasing bug
### Every time

* Create a new release branch named in the format `release/v1.x.x`
* Update the version number in [`lib/bugsnag/version.rb`](./lib/bugsnag_performance/version.rb)
* Update the version number in [`VERSION`](./VERSION)
* Update [`CHANGELOG.md`](./CHANGELOG.md) with any changes
* Open a pull request into `master` and get it approved
* Merge the pull request using the message "Release v1.x.x"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.27.1
6.28.0
Loading