From 0419d30cae321962ffbdee8a17466fa8104f2486 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Jan 2024 15:43:36 +0000 Subject: [PATCH] chore(release): 0.10.1 [skip ci] ## [0.10.1](https://github.com/FullStackWithLawrence/aws-openai/compare/v0.10.0...v0.10.1) (2024-01-23) ### Bug Fixes * configure google maps api for use in aws lambda. ([37068ee](https://github.com/FullStackWithLawrence/aws-openai/commit/37068ee3d84293b8f4c7e2095d625b1f35937cd1)) * graceful failure if google geolocation api key is missing. ([f601c64](https://github.com/FullStackWithLawrence/aws-openai/commit/f601c6401d61d8c81e841bc9f3ff05a398de9d96)) * implement get_current_weather() using google maps api + open-meteo ([453a432](https://github.com/FullStackWithLawrence/aws-openai/commit/453a432bd87be03aff3ec6628ca00555e91eaa34)) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e5c203..cc9953e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.10.1](https://github.com/FullStackWithLawrence/aws-openai/compare/v0.10.0...v0.10.1) (2024-01-23) + + +### Bug Fixes + +* configure google maps api for use in aws lambda. ([37068ee](https://github.com/FullStackWithLawrence/aws-openai/commit/37068ee3d84293b8f4c7e2095d625b1f35937cd1)) +* graceful failure if google geolocation api key is missing. ([f601c64](https://github.com/FullStackWithLawrence/aws-openai/commit/f601c6401d61d8c81e841bc9f3ff05a398de9d96)) +* implement get_current_weather() using google maps api + open-meteo ([453a432](https://github.com/FullStackWithLawrence/aws-openai/commit/453a432bd87be03aff3ec6628ca00555e91eaa34)) + # [0.10.0](https://github.com/FullStackWithLawrence/aws-openai/compare/v0.9.1...v0.10.0) (2024-01-23) ### Bug Fixes