From 9d6772950b2ba369747f700f5a36234f7ded3c76 Mon Sep 17 00:00:00 2001 From: George Byte Date: Tue, 8 Feb 2022 08:17:22 +0100 Subject: [PATCH] Update CHANGELOG.md (add 3.1.0) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8501e31..bd25d76 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). +## [3.1.0] - 2022-02-08 + +### Changed + +* Updated dependencies to support TypeScript@4.5.x and rxjs@7.x (and consequently Angular@13 in cases where `rxjs-observable-store` package is used in Angular projects). + ## [3.0.4] - 2020-08-20 ### Changed