From a70db9c3fc678fcb3b70c99682e15ad45325f27f Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Fri, 29 Apr 2022 17:36:35 +0200 Subject: [PATCH] Prepare 0.20.0 release --- CHANGELOG.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } ],