aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRubén Beltran del Río <954000-rbdr@users.noreply.gitlab.com>2020-09-21 13:14:32 +0000
committerRubén Beltran del Río <954000-rbdr@users.noreply.gitlab.com>2020-09-21 13:14:32 +0000
commit25d80f4c0007d891a806364865c8e3edb215034e (patch)
treef318978e262a3c9e66b14040a9ed96b26d009788 /CHANGELOG.md
parent4297c91b0abdb304b9be8b0b3cdbc75b5d06db1f (diff)
parent2897389d4ec9c56098356e3f4ad46ebb7b4f0070 (diff)
Merge branch 'rbdr-address-sonarqube-issues' into 'master'v2.0.1
Integrate Sonarcloud See merge request rbdr/cologne!1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1e8999..c485e91 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@ 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).
+## [2.0.1] - 2020-09-20
+### Added
+- Sonarcloud config for code quality
+
+### Changed
+- Limits token size to 255 to avoid regex abuse
+- Changes file test time to allow flushing stream in CI
+
## [2.0.0] - 2020-09-20
### Changed
- CHANGELOG format is now using `Keep a Changelog` format.