Skip to content

Commit

Permalink
Prepare for release 1.x-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkshire-pudding committed Apr 24, 2024
1 parent 72ae468 commit ec624e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project follows the
[Backdrop CMS versioning standard](https://github.com/backdrop-ops/contrib#releases).

## [Unreleased]

### [1.x-1.0.1] - 2024-04-24

### Added
- PHP eval command
- User login and password reset commands
Expand Down Expand Up @@ -62,5 +64,6 @@ and this project follows the
### Changed
- Changed from `b` to `bee`

[Unreleased]: https://github.com/backdrop-contrib/bee/compare/1.x-1.0.0-beta...HEAD
[Unreleased]: https://github.com/backdrop-contrib/bee/compare/1.x-1.0.1...HEAD
[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.1');

0 comments on commit ec624e2

Please sign in to comment.