diff --git a/CHANGELOG.md b/CHANGELOG.md index 13bdc9a..96f536d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to NetVips will be documented in this file. See [here](CHANG The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.4.2] - TBD +## [2.4.2] - 2024-10-13 ### Fixed - Fix incorrect progress reporting on Linux ([#237](https://github.com/kleisauke/net-vips/issues/237)). - Fix `image.AddAlpha()` with libvips 8.16. diff --git a/appveyor.yml b/appveyor.yml index aba2148..bdf42c9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ image: Visual Studio 2022 # Version format -version: 2.4.1.{build} +version: 2.4.2.{build} init: - git config --global core.autocrlf true diff --git a/build/common.props b/build/common.props index 115ee39..e2a0348 100644 --- a/build/common.props +++ b/build/common.props @@ -18,7 +18,7 @@ 2 4 - 1 + 2 $(APPVEYOR_BUILD_NUMBER) 0