Skip to content

Commit 9c124f5

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 1.2.0
1 parent 429568f commit 9c124f5

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2.0] - 2022-09-27
6+
### Fixed:
7+
- Fixed name collision between internal Event type and Salesforce Event type. The SDK Event type is now named LDEvent.
8+
9+
### Changed:
10+
- Updated scratch-org definition for CircleCI unit tests.
11+
512
## [1.1.1] - 2022-05-31
613
### Changed:
714
- Updated some error message strings to be more specific.

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.1.1"
31+
SDK_VERSION = "1.2.0"
3232
USER_AGENT = "ApexServerClient/" + SDK_VERSION
3333
HTTP_TIMEOUT = 30 * time.Second
3434
)

0 commit comments

Comments
 (0)