@@ -5,17 +5,32 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)
55and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
66
77## [ Unreleased] - TBD
8+
9+ ## [ 1.4.0] - 2026-01-13
810### Added
9- - ` GetEventSubscriptionsListAsync ` method with enhanced filtering and sorting capabilities for retrieving event subscriptions
10- - ` GetEventSubscriptionAsync ` method for retrieving event subscription details by ID using the v2 event-subscriptions endpoint
11- - ` DeleteEventSubscriptionAsync ` method for deleting event subscription
11+ - Event Subscriptions & Webhooks:
12+ - Get Event Subscriptions List: Enhanced filtering and sorting for retrieving event subscriptions with flexible query
13+ options
14+ - Get Event Subscription by ID: Retrieve detailed information about specific event subscriptions
15+ - Delete Event Subscription: Remove event subscriptions programmatically
16+ - Get Callbacks History: Comprehensive webhook callback event history with advanced filtering and sorting capabilities
17+ - Document Template Operations:
18+ - Template Routing Management: Create, retrieve, and update routing configurations for document templates
19+ - Bulk Invite from Template: Send signing invitations to multiple recipients using templates
20+ - Document Group Templates: List, create, and update document group templates
21+ - Document & Folder Operations
22+ - Get Document Fields: Retrieve all fields from documents with values, types, and metadata
23+ - Get Folder by ID: Fetch detailed folder information including contained documents
24+ - User Management
25+ - Update User Initials: Upload and update user's initial signature using base64-encoded images
26+ - Verify User Email: Send and verify user email addresses with verification tokens
1227
1328### Changed
14- - Upgraded .NET Core runtime to .NET 7.0 for Tests and Examples projects
15- - Drop support for .NET Core 2.1 and 3.1 (dropper netstandard 1.x)
16- - Updated netstandard min version to 2.0
17- - Removed InheritDoc tool from the project
18- - Upgraded NET Framework min supported version to 4.6.2
29+ - Upgraded to .NET 7.0/8.0 for tests and examples
30+ - Minimum .NET Framework version upgraded to 4.6.2
31+ - Dropped support for .NET Core 2.1 and 3.1
32+ - Minimum netstandard version updated to 2.0
33+ - Removed InheritDoc tool
1934- Update the 'UpdateEventSubscriptionAsync' method to use the latest implementation of SignNow API event-subscriptions endpoint
2035
2136
0 commit comments