diff --git a/CHANGELOG.md b/CHANGELOG.md index 463f185..0c7a630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.6.2](https://github.com/The24thDS/planet_states/compare/v1.6.1...v1.6.2) (2022-06-21) + + +### Bug Fixes + +* updated can_take_hostile_actions to 3.4.4 ([2ba5813](https://github.com/The24thDS/planet_states/commit/2ba581348ada27430bff38ae8b3de7a5dfcf53c6)) + ### [1.6.1](https://github.com/The24thDS/planet_states/compare/v1.6.0...v1.6.1) (2022-05-14) ## [1.6.0](https://github.com/The24thDS/planet_states/compare/v1.5.1...v1.6.0) (2022-05-12) diff --git a/planet_states.mod b/planet_states.mod index da71dd0..c955ffc 100644 --- a/planet_states.mod +++ b/planet_states.mod @@ -1,4 +1,4 @@ -version="1.6.1" +version="1.6.2" tags={ "Diplomacy" "Events" diff --git a/planet_states/descriptor.mod b/planet_states/descriptor.mod index 3da0eba..9ed4fe6 100644 --- a/planet_states/descriptor.mod +++ b/planet_states/descriptor.mod @@ -1,4 +1,4 @@ -version="1.6.1" +version="1.6.2" tags={ "Diplomacy" "Events" diff --git a/planet_states/localisation/english/planet_states_l_english.yml b/planet_states/localisation/english/planet_states_l_english.yml index 91ddc9f..45374bd 100644 --- a/planet_states/localisation/english/planet_states_l_english.yml +++ b/planet_states/localisation/english/planet_states_l_english.yml @@ -108,4 +108,4 @@ opinion_destroyed_ps_pacifist_trade: "$opinion_destroyed_ps_egalitarian_trade$" opinion50: "+50 £opinion£ Opinion" # Others - PS_VERSION: "Planet States v1.6.1" + PS_VERSION: "Planet States v1.6.2"