We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a284da commit a8c3c7bCopy full SHA for a8c3c7b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Optimizely Ruby SDK Changelog
2
3
+## 5.0.1
4
+February 8th, 2024
5
+
6
+The 5.0.1 minor release introduces update of metadata in gemspec.
7
8
## 5.0.0
9
January 18th, 2024
10
lib/optimizely/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
#
-# Copyright 2016-2023, Optimizely and contributors
+# Copyright 2016-2024, Optimizely and contributors
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -17,5 +17,5 @@
17
18
module Optimizely
19
CLIENT_ENGINE = 'ruby-sdk'
20
- VERSION = '5.0.0'
+ VERSION = '5.0.1'
21
end
0 commit comments