Skip to content

Commit a8c3c7b

Browse files
authored
update version and changelog (#349)
1 parent 2a284da commit a8c3c7b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Optimizely Ruby SDK Changelog
22

3+
## 5.0.1
4+
February 8th, 2024
5+
6+
The 5.0.1 minor release introduces update of metadata in gemspec.
7+
38
## 5.0.0
49
January 18th, 2024
510

lib/optimizely/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
#
4-
# Copyright 2016-2023, Optimizely and contributors
4+
# Copyright 2016-2024, Optimizely and contributors
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -17,5 +17,5 @@
1717
#
1818
module Optimizely
1919
CLIENT_ENGINE = 'ruby-sdk'
20-
VERSION = '5.0.0'
20+
VERSION = '5.0.1'
2121
end

0 commit comments

Comments
 (0)