diff --git a/ChangeLog b/ChangeLog index 652d7ef..65f889e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +== 1.2.13 / 2024-03-28 + +- Drop defunct Travis sudo: false directive (github #27, olleolleolle). +- Fix broken '-y' command line option (github #20). + == 1.2.12.2 / 2019-03-12 - Fix to work with frozen string literals (github #24, taichi-ishitani). diff --git a/lib/ole/storage/version.rb b/lib/ole/storage/version.rb index 2a7a6c0..640b0db 100644 --- a/lib/ole/storage/version.rb +++ b/lib/ole/storage/version.rb @@ -2,7 +2,7 @@ module Ole # :nodoc: class Storage - VERSION = '1.2.12.2' + VERSION = '1.2.13' end end