diff --git a/CHANGELOG.md b/CHANGELOG.md index 778ccdf9..80cdff2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +4.6.1 +======================== +* Fixed adding of Streamate models +* Fixed Flirt4Free +* Updated bundled Java to 17.0.1 + 4.6.0 ======================== * Added SecretFriends diff --git a/client/pom.xml b/client/pom.xml index 4f60f79e..f17d5920 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.6.0 + 4.6.1 ../master diff --git a/common/pom.xml b/common/pom.xml index f11e202a..19d02586 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.6.0 + 4.6.1 ../master diff --git a/master/pom.xml b/master/pom.xml index afef12e5..39df70e2 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 4.6.0 + 4.6.1 ../common diff --git a/server/pom.xml b/server/pom.xml index b00dbe32..ad1b1254 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.6.0 + 4.6.1 ../master