diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e1205a..ff693a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Version 0.9.2 +Date Range: 01/06/23 - 04/11/23: + +- Fixed [#417]( https://github.com/urbanopt/urbanopt-cli/pull/417 ), pin addressable dependency to resolve unicode_normalize error + ## Version 0.9.1 Date Range: 12/14/22 - 01/05/23: diff --git a/lib/uo_cli/version.rb b/lib/uo_cli/version.rb index 5ab336c9..3a3a4cf4 100644 --- a/lib/uo_cli/version.rb +++ b/lib/uo_cli/version.rb @@ -40,6 +40,6 @@ module URBANopt module CLI - VERSION = '0.9.1'.freeze + VERSION = '0.9.2'.freeze end end