diff --git a/CHANGELOG.md b/CHANGELOG.md index c91d620..37eeceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to `lua-vips` will be documented in this file. # master +# 1.1-12 - 2025-02-09 + - add `vips.Connection`, `vips.Source` and `vips.Target` for true streaming support [rolandlo] # 1.1-11 - 2024-04-16 diff --git a/README.md b/README.md index c0beef6..b1bce31 100644 --- a/README.md +++ b/README.md @@ -672,7 +672,7 @@ lua example/hello-world.lua ```shell rm *.src.rock -luarocks upload lua-vips-1.1-11.rockspec --api-key=xxxxxxxxxxxxxx +luarocks upload lua-vips-1.1-12.rockspec --api-key=xxxxxxxxxxxxxx ``` ### Links