From 86b2c4df3d3c0d988138c9e55533702cec43c3a4 Mon Sep 17 00:00:00 2001 From: Philipp Schmelter Date: Tue, 17 Dec 2024 15:55:45 +0100 Subject: [PATCH] Rev --- .github/dependabot.yml | 3 ++- CHANGELOG.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b505eb2b..a2ae093d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,9 +9,10 @@ updates: target-branch: main reviewers: - t-ober - - sensarmad + - jo-bao - sebastian-peter - danielfeismann + - staudtMarius ignore: - dependency-name: org.scalatest:scalatest_2.13 versions: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5941394a..1aa13126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Allow parsing of PSDM `EvInputs` [#112](https://github.com/ie3-institute/MobilitySimulator/issues/112) +- Added Bao and Staudt as Reviewers [#299](https://github.com/ie3-institute/MobilitySimulator/issues/299) ### Changed - Changed sets of evs from sorted to unsorted [#113](https://github.com/ie3-institute/MobilitySimulator/issues/113)