diff --git a/build.gradle b/build.gradle index b0efd5b630..8a43ddfb59 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ allprojects { version = '1.0.1' ext { appName = "Unciv" - appCodeNumber = 389 - appVersion = "3.6.4-patch1" + appCodeNumber = 390 + appVersion = "3.6.5" gdxVersion = '1.9.10' roboVMVersion = '2.3.1' diff --git a/changelog.md b/changelog.md index 69484a2e8e..8354248e74 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ +## 3.6.5 + +Resolved #2065 - Units can no longer sleep while fortified - by Vladimir Tanakov + +Resolved #2033 - Happiness from tiles is always considered correctly in regards to food consumption + +Resolved #2035 - Strategic resources are affected by map generation parameters + +Resolved #2055 - cities once again bombard melee units + +Fixed rare crash when diplomacy values change while ending the turn + +UI updates - by lishaoxia1985 + +Translation updates + ## 3.6.4 By Jack Rainy: