From e37bec82218305931cdc9dc439e75439632efce2 Mon Sep 17 00:00:00 2001 From: HOT COFFEE <110144079+HotCoffeeBot@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:20:54 -0500 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..29da7b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [1.2.0](https://github.com/CCTPlus/coffeetracker/compare/v1.1.0...v1.2.0) (2024-04-05) + + +### Features + +* add and view beans ([#78](https://github.com/CCTPlus/coffeetracker/issues/78)) ([2e13f40](https://github.com/CCTPlus/coffeetracker/commit/2e13f40a7591a71c08ffadb6e2235f7e4d0d9bef)) +* add new roaster ([#82](https://github.com/CCTPlus/coffeetracker/issues/82)) ([aa7d4a0](https://github.com/CCTPlus/coffeetracker/commit/aa7d4a02cb407546a8b5f759297942cef8b1b0b5)) +* allows user to add review ([#39](https://github.com/CCTPlus/coffeetracker/issues/39)) ([bbfda32](https://github.com/CCTPlus/coffeetracker/commit/bbfda32c9fc77596fffd9656c9f2eed735695ff6)) +* anonymous user accounts ([#84](https://github.com/CCTPlus/coffeetracker/issues/84)) ([e41893c](https://github.com/CCTPlus/coffeetracker/commit/e41893c3263b24750b3079e7f47c1fb4794f70ec)) +* store and read data from firestore ([#92](https://github.com/CCTPlus/coffeetracker/issues/92)) ([1469b05](https://github.com/CCTPlus/coffeetracker/commit/1469b051823cd93b075e64ec3dc5e1891933afd7)) +* store new roaster and bean association ([#97](https://github.com/CCTPlus/coffeetracker/issues/97)) ([a381825](https://github.com/CCTPlus/coffeetracker/commit/a38182574122d7c44b3e7b36ccd4e82568f619fa)) +* view details of beans ([#80](https://github.com/CCTPlus/coffeetracker/issues/80)) ([315a33e](https://github.com/CCTPlus/coffeetracker/commit/315a33e5d2e6a1e372f14274255774813437d9bf)) + + +### Bug Fixes + +* close new bean form on successful addition ([#96](https://github.com/CCTPlus/coffeetracker/issues/96)) ([2ea4dff](https://github.com/CCTPlus/coffeetracker/commit/2ea4dfffbef7fc79dd28cee4060e98998e558790)) +* formatting issue ([#40](https://github.com/CCTPlus/coffeetracker/issues/40)) ([f2712ca](https://github.com/CCTPlus/coffeetracker/commit/f2712ca81e544a8f7bdd21543703e26e6d7c8127))