From f10beac79df7541e9ee1cd4d8bc29b52ece96a9c Mon Sep 17 00:00:00 2001 From: pavelvais Date: Wed, 1 Apr 2026 15:31:12 +0200 Subject: [PATCH] [REL] 2.12.0 - 2026-04-01 --- CHANGELOG.md | 2 ++ src/DigiSign.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed55975..73876db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [Unreleased] + +## [2.12.0] - 2026-04-01 - Add `BulkSignatureEndpoint.create` method - Add `BulkSignatureEndpoint.update` method - Add `BulkSignatureEndpoint.send` method diff --git a/src/DigiSign.php b/src/DigiSign.php index a24844e..3e7c472 100644 --- a/src/DigiSign.php +++ b/src/DigiSign.php @@ -32,7 +32,7 @@ final class DigiSign implements EndpointInterface { - public const VERSION = '2.11.0'; + public const VERSION = '2.12.0'; public const API_BASE = 'https://api.digisign.org'; public const API_BASE_SANDBOX = 'https://api.staging.digisign.org';