diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4b3bb5e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. hopefully h3h3 + +## v0.1.0 2024-11-17 +### Added +- Authentication + - Register, Login, Refresh Token +- Product + - Get Product + - Get Product By ID + - Get Products + - Get Products with Infinite Scroll + - Create Product + create product with providing all necessary field, and have feature to upload product images with builtin validation + - Update Product + - Delete Product +- Admin Access + - Certain action now requiring admin access