From 5f7ae17b12b4abbf419495a5119a6099256cb9cc Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 30 May 2024 21:53:12 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 763f7e2ec..9ad4dd2fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Fixed + +- Fixed an issue with the initial annual interest rate in the _FIRE_ calculator + ## 2.83.0 - 2024-05-30 ### Changed @@ -19,10 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `prisma` from version `5.13.0` to `5.14.0` - Upgraded `yahoo-finance2` from version `2.11.2` to `2.11.3` -### Fixed - -- Fixed an issue with the initial annual interest rate in the _FIRE_ calculator - ## 2.82.0 - 2024-05-22 ### Changed