diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6a4aaea37..ccf4e2235 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 15818a079..213ca7772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.3.0](https://github.com/eqasim-org/eqasim-java/compare/v2.2.0...v2.3.0) (2026-07-13) + + +### Features + +* ability to override default params in ConfigAdapter ([#584](https://github.com/eqasim-org/eqasim-java/issues/584)) ([fc85693](https://github.com/eqasim-org/eqasim-java/commit/fc8569353b4aa5124e3254ed97aec2a853fed026)) +* **core:** configurable activity types in RunGenerateConfig ([#581](https://github.com/eqasim-org/eqasim-java/issues/581)) ([0a6884b](https://github.com/eqasim-org/eqasim-java/commit/0a6884b6553034048d76466d060bfe94e3e29c37)) + ## [2.2.0](https://github.com/eqasim-org/eqasim-java/compare/v2.1.0...v2.2.0) (2026-06-03) diff --git a/README.md b/README.md index 4e4e6f44f..57cfe9bc1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The main research reference for the eqasim-java framework: ## Versioning and Packging -The current version of `eqasim-java` is `2.2.0`. New versions are created with every Github release and can be used as a Maven dependency. First, you need to add our [packagecloud repository](https://packagecloud.io/eth-ivt/eqasim) to your `pom.xml`: +The current version of `eqasim-java` is `2.3.0`. New versions are created with every Github release and can be used as a Maven dependency. First, you need to add our [packagecloud repository](https://packagecloud.io/eth-ivt/eqasim) to your `pom.xml`: ```xml @@ -50,7 +50,7 @@ Afterwards, you can add various sub-packages to your project: org.eqasim core - 2.2.0 + 2.3.0 ``` diff --git a/core/pom.xml b/core/pom.xml index adb881968..be73bc54e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.eqasim eqasim - 2.2.0 + 2.3.0 ../pom.xml diff --git a/ile_de_france/pom.xml b/ile_de_france/pom.xml index 956fd5dec..997b13311 100644 --- a/ile_de_france/pom.xml +++ b/ile_de_france/pom.xml @@ -7,7 +7,7 @@ org.eqasim eqasim - 2.2.0 + 2.3.0 ../pom.xml @@ -15,7 +15,7 @@ org.eqasim core - 2.2.0 + 2.3.0 diff --git a/los_angeles/pom.xml b/los_angeles/pom.xml index 195b9ea80..47bf9680b 100644 --- a/los_angeles/pom.xml +++ b/los_angeles/pom.xml @@ -7,7 +7,7 @@ org.eqasim eqasim - 2.2.0 + 2.3.0 ../pom.xml @@ -15,7 +15,7 @@ org.eqasim core - 2.2.0 + 2.3.0 diff --git a/pom.xml b/pom.xml index 07fac96cb..236fc7d18 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.eqasim eqasim - 2.2.0 + 2.3.0 pom diff --git a/san_francisco/pom.xml b/san_francisco/pom.xml index 17575e670..b807041ac 100644 --- a/san_francisco/pom.xml +++ b/san_francisco/pom.xml @@ -7,7 +7,7 @@ org.eqasim eqasim - 2.2.0 + 2.3.0 ../pom.xml @@ -15,7 +15,7 @@ org.eqasim core - 2.2.0 + 2.3.0 diff --git a/sao_paulo/pom.xml b/sao_paulo/pom.xml index e31d3b7b1..09008ab19 100644 --- a/sao_paulo/pom.xml +++ b/sao_paulo/pom.xml @@ -7,7 +7,7 @@ org.eqasim eqasim - 2.2.0 + 2.3.0 ../pom.xml @@ -15,7 +15,7 @@ org.eqasim core - 2.2.0 + 2.3.0 diff --git a/server/pom.xml b/server/pom.xml index 8adb0d4d3..5b2cfed87 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ org.eqasim eqasim - 2.2.0 + 2.3.0 ../pom.xml @@ -18,7 +18,7 @@ org.eqasim core - 2.2.0 + 2.3.0 diff --git a/switzerland/pom.xml b/switzerland/pom.xml index 46fafabc6..4d1f00cec 100644 --- a/switzerland/pom.xml +++ b/switzerland/pom.xml @@ -7,7 +7,7 @@ org.eqasim eqasim - 2.2.0 + 2.3.0 ../pom.xml @@ -15,7 +15,7 @@ org.eqasim core - 2.2.0 + 2.3.0 diff --git a/version.txt b/version.txt index ccbccc3dc..276cbf9e2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.2.0 +2.3.0