diff --git a/CHANGELOG.md b/CHANGELOG.md index 457032d..b2b1238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.7.2](https://github.com/globalbrain/hado/compare/v0.7.1...v0.7.2) (2024-09-02) + +### Features + +- HEAD is now implicitly handled if GET is defined ([abef902](https://github.com/globalbrain/hado/commit/abef90270d17b75adc147f97b3b82849bce2b903)) + +### Bug Fixes + +- cache logic resulting in internal server errors ([abef902](https://github.com/globalbrain/hado/commit/abef90270d17b75adc147f97b3b82849bce2b903)) + ## [0.7.1](https://github.com/globalbrain/hado/compare/v0.7.0...v0.7.1) (2024-08-05) ### Features diff --git a/deno.json b/deno.json index 44d9a62..5685a3c 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@globalbrain/hado", - "version": "0.7.1", + "version": "0.7.2", "exports": { "./router": "./src/router.ts", "./utils": "./src/utils.ts"