Skip to content

Commit 54aaece

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 1.3.0
1 parent 7263dec commit 54aaece

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly Apex server-side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.3.0] - 2024-01-23
6+
### Added:
7+
- Added additional unit tests to meet 75% minimum coverage required by Salesforce. Thanks, @estebanefi!
8+
59
## [1.2.0] - 2022-09-27
610
### Fixed:
711
- Fixed name collision between internal Event type and Salesforce Event type. The SDK Event type is now named LDEvent.

bridge/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828
LD_EVENTS_URI = "https://events.launchdarkly.com"
2929
OAUTH_URI = "https://login.salesforce.com/services/oauth2/token"
3030
POLL_INTERVAL = 30 * time.Second
31-
SDK_VERSION = "1.2.0"
31+
SDK_VERSION = "1.3.0"
3232
USER_AGENT = "ApexServerClient/" + SDK_VERSION
3333
HTTP_TIMEOUT = 30 * time.Second
3434
)

0 commit comments

Comments
 (0)