diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3c27c..d639095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # ActiveUtils changelog -### Unrelease +### Version 3.3.0 (Mar. 10, 2017) - Reduced default PostsData open_timeout from 60 seconds to 2, and read_timeout from 60 seconds to 10. Subclasses can and should override those values. +- Replace Kosovo's alpha 2 and alpha 3 ISO codes from `KV` to `XK` and from `KSV` to `XKX`. ### Version 3.2.5 (Feb. 2, 2017) - Add the `TMT` currency in the supported currency codes diff --git a/lib/active_utils/version.rb b/lib/active_utils/version.rb index 85d2eda..ae59e61 100644 --- a/lib/active_utils/version.rb +++ b/lib/active_utils/version.rb @@ -1,3 +1,3 @@ module ActiveUtils - VERSION = "3.2.5" + VERSION = "3.3.0" end