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';