diff --git a/CHANGELOG.md b/CHANGELOG.md index e44f6ec..d7db7e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -### 0.20.0 (unreleased) +### 0.20.0 (2022-04-29) * Uses the new FFI based libvips/php-vips (2.0) library, if FFI is installed. If FFI is not installed, still uses the old library, which needs the libvips/php-vips-ext extension. diff --git a/composer.json b/composer.json index 3cef05a..151b2a9 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "authors": [ { "name": "rokka", - "email": "contact@rokka.io", + "email": "rokka@rokka.io", "homepage": "https://rokka.io" } ],