From e28d82c996083fc107a39847730692260e95ec36 Mon Sep 17 00:00:00 2001 From: Gyanesh Malhotra Date: Mon, 27 Dec 2021 14:16:25 +0530 Subject: [PATCH] update changelog. (#28) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 046e496..01d2144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED][unreleased] +## [1.1.0][1.1.0] + +### Added +* Rate function +* Dependabot support + +### Fixed +* Func definition in readme + ## [1.0.0][1.0.0] ### Added @@ -37,3 +46,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.1.0]: https://github.com/razorpay/go-financial/releases/tag/v0.1.0 [0.2.0]: https://github.com/razorpay/go-financial/releases/tag/v0.2.0 [1.0.0]: https://github.com/razorpay/go-financial/releases/tag/v1.0.0 +[1.1.0]: https://github.com/razorpay/go-financial/releases/tag/v1.1.0