From 7351e92a8e9154377ebcb4d1a7d8ac6f6bfa4705 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 2 Jul 2022 10:58:04 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7fc243b..273be189f 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 + +### Changed + +- Upgraded `ngx-markdown` from version `13.0.0` to `14.0.1` + ## 1.166.0 - 30.06.2022 ### Added @@ -16,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the label of the (symbol) search - Refactored the demo account as a route (`/demo`) - Upgraded `nestjs` from version `8.2.3` to `8.4.7` -- Upgraded `ngx-markdown` from version `13.0.0` to `14.0.1` - Upgraded `prisma` from version `3.14.0` to `3.15.2` - Upgraded `yahoo-finance2` from version `2.3.2` to `2.3.3` - Upgraded `zone.js` from version `0.11.4` to `0.11.6`