Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat001 committed Feb 8, 2024
1 parent 2a284da commit f669723
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Optimizely Ruby SDK Changelog

## 5.0.1
February 8th, 2024

The 5.0.1 minor release introduces update of metadata in gemspec.

## 5.0.0
January 18th, 2024

Expand Down
4 changes: 2 additions & 2 deletions lib/optimizely/version.rb
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -17,5 +17,5 @@
#
module Optimizely
CLIENT_ENGINE = 'ruby-sdk'
VERSION = '5.0.0'
VERSION = '5.0.1'
end

0 comments on commit f669723

Please sign in to comment.