CHANGELOG.md in macaw_framework-0.1.5 vs CHANGELOG.md in macaw_framework-0.2.0

- old
+ new

@@ -22,5 +22,15 @@ ## [0.1.4] - 2023-04-09 - Adding log by aspect on endpoint calls to improve observability - Moving the server for a new separate class to respect single responsibility - Improved the data filtering middleware to sanitize inputs + +## [0.1.5] - 2023-04-16 + +- Adding support to path variables + +## [0.2.0] - 2023-04-22 + +- Adding middleware for integration with Prometheus to collect metrics +- Adding a simple caching mechanism that can be enabled separately for each endpoint +- Performance and functional optimizations