diff --git a/CHANGELOG.md b/CHANGELOG.md index ff08550..8328f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 2024-09-09 Version 0.2 + - Add UTF8 encoding option for multishot read. - Implement `OpCtx` as wrapper for op specs. This removes the need to call `rb_hash_aref` upon completion (except for pulling the ctx from the diff --git a/lib/iou/version.rb b/lib/iou/version.rb index 5a1356d..9e4f404 100644 --- a/lib/iou/version.rb +++ b/lib/iou/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module IOU - VERSION = '0.1' + VERSION = '0.2' end