diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a003228 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 1.0.0 (2025-02-14) + + +### Features + +* add automation workflow with github action ([2f95e7b](https://github.com/fullstacksherpa/blogs-api/commit/2f95e7b3af0289e8cda8c11100d01da9057a1961)) +* added database setup via repository pattern ([811cb4d](https://github.com/fullstacksherpa/blogs-api/commit/811cb4d76ca67645704e6c4f46835aa9e679be21)) +* creat & read post endpoint done with validation ([55b73e7](https://github.com/fullstacksherpa/blogs-api/commit/55b73e7c113a9ef52a717876c2e91dcf72461a29)) +* CRUD operation done for posts with db seeding ([69637f0](https://github.com/fullstacksherpa/blogs-api/commit/69637f0c6d9019d52b95a3affbcbace75b443499)) +* release please action done ([36e68f7](https://github.com/fullstacksherpa/blogs-api/commit/36e68f7bf1aaaa7ae0ee12f771af86574889ea29)) +* swagger docs added to api ([6212939](https://github.com/fullstacksherpa/blogs-api/commit/6212939bca00595097c17f4f30d2475fecaca64d))