Skip to content

Commit

Permalink
Prepare for release 1.x-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkshire-pudding authored May 23, 2024
1 parent a26e570 commit 915a55b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ and this project follows the

## [Unreleased]

## [1.x-1.0.2]

### Added
- Configuration and tool (Box) to build Phar files.
- Support for reporting database config storage in status command.

### Changed
- Updated Lando file to reflect Lando v3.21.0.
- Lando dev/testing recipe updated to allow to switch bee version with rebuild.

### Fixed
- GitHub Action tests failing.
- Warning if database settings in array and port not included.
Expand Down Expand Up @@ -75,6 +79,7 @@ and this project follows the
### Changed
- Changed from `b` to `bee`

[Unreleased]: https://github.com/backdrop-contrib/bee/compare/1.x-1.0.1...HEAD
[Unreleased]: https://github.com/backdrop-contrib/bee/compare/1.x-1.0.2...HEAD
[1.x-1.0.2]: https://github.com/backdrop-contrib/bee/compare/1.x-1.0.1...1.x-1.0.2
[1.x-1.0.1]: https://github.com/backdrop-contrib/bee/compare/1.x-1.0.0-beta...1.x-1.0.1
[1.x-1.0.0-beta]: https://github.com/backdrop-contrib/bee/compare/v0.0.0...1.x-1.0.0-beta
2 changes: 1 addition & 1 deletion includes/globals.inc
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ define('BEE_BOOTSTRAP_FULL', 8);
* is generated.
*/
// Current version of Bee.
define('BEE_VERSION', '1.x-1.x');
define('BEE_VERSION', '1.x-1.0.2');

0 comments on commit 915a55b

Please sign in to comment.