diff --git a/CHANGELOG.txt b/CHANGELOG.txt index de4d4e608..8cf11829b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,11 @@ +### Version 36.0 Patch Notes + +*** +- livestock is determined by CAN_LEARN tag, which should allow for setting labor on modded intelligent creatures +- livestock incoming with a migration wave should appear now +- fixed audience job not showing for dances +- fixed gelding for creatures without LOWERBODY + ### Version 35.0 Patch Notes *** diff --git a/inc/defines.h b/inc/defines.h index 9fe33d6d2..a2c2552d6 100644 --- a/inc/defines.h +++ b/inc/defines.h @@ -27,7 +27,7 @@ THE SOFTWARE. #define PRODUCT "Dwarf Therapist" #ifndef DT_VERSION_MAJOR - #define DT_VERSION_MAJOR 35 + #define DT_VERSION_MAJOR 36 #endif #ifndef DT_VERSION_MINOR