Skip to content
Merged
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.6.0] - 2026-07-21

### Changed

* Removed support for EOL `heroku-20` builds

### Fixed

* Builds that use an in-dyno test database or Redis add-on (`heroku-postgresql:in-dyno`,
`heroku-redis:in-dyno`) could intermittently fail during the pre-build phase with an
error like `The container name "/db" is already in use`. These add-on containers now
start with unique names, so a build no longer collides with a leftover container from
a previous run.

## [2.5.0] - 2025-10-21

### Added
Expand Down
Loading