diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5a787..c9a75de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.16.1 (Unreleased) + + # 1.16.0 (January 3, 2025) * `convert`: When converting between two different capsule types, will now try to use the "conversion _from_" implementation from the target type if the source type doesn't have a suitable "conversion _to_" implementation. ([#194](https://github.com/zclconf/go-cty/pull/194))