Skip to content

Commit aa219b5

Browse files
Releasing version 6.1.0
1 parent 89e7584 commit aa219b5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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

5+
## [6.1.0] - 2021-02-04
6+
### Added:
7+
- Added the `alias` method. This can be used to associate two user objects for analytics purposes by generating an alias event.
8+
9+
510
## [6.0.0] - 2021-01-26
611
### Added:
712
- Added a `socket_factory` configuration option which can be used for socket creation by the HTTP client if provided. The value of `socket_factory` must be an object providing an `open(uri, timeout)` method and returning a connected socket.

lib/ldclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "6.0.0"
2+
VERSION = "6.1.0"
33
end

0 commit comments

Comments
 (0)