diff --git a/CHANGELOG.md b/CHANGELOG.md index 7815850..a3f9821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/agnyz/the-bed-stack/compare/v0.1.0...v0.2.0) (2023-10-22) + + +### ⚠ BREAKING CHANGES + +* the entire repository has been rebranded which might require local changes. + +### Documentation + +* rebrand to The BED Stack ([#81](https://github.com/agnyz/the-bed-stack/issues/81)) ([97b7602](https://github.com/agnyz/the-bed-stack/commit/97b7602da205e8ed031851d7ee5d06ce080ab27d)) + ## [0.1.0](https://github.com/agnyz/the-bed-stack/compare/v0.0.1...v0.1.0) (2023-10-18) diff --git a/package.json b/package.json index afeee00..a98e141 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "the-bed-stack", "title": "The BED Stack", - "version": "0.1.0", + "version": "0.2.0", "description": "A RealWorld example for an app in the backend created with Bun, Elysia, and DrizzleORM.", "scripts": { "start": "bun run src/main.ts",