Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/DigiSign.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
Loading