Skip to content

Commit

Permalink
Updated version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rvowles committed Jul 7, 2023
1 parent e2df3e4 commit b7f8186
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions featurehub-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.2.2] - 2023-08-07

- Changed the log levels for API logging to debug
- Widened the possible transitive dependencies

## [1.2.1] - 2022-11-21

- Minor bug fixes (Chris Spalding)

## [1.2.0] - 2022-10-14

- Fixing polling client for server eval
Expand Down
2 changes: 1 addition & 1 deletion featurehub-sdk/lib/feature_hub/sdk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module FeatureHub
# already documented elsewhere
module Sdk
VERSION = "1.2.3"
VERSION = "1.2.2"

def default_logger
log = ::Logger.new($stdout)
Expand Down

0 comments on commit b7f8186

Please # to comment.