Skip to content

Commit

Permalink
Merge branch 'main' of github.com:descope/descope-ruby-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-descope committed Feb 13, 2024
2 parents 884c385 + 8e2ddb3 commit 8b820f6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.0.4](https://github.com/descope/descope-ruby-sdk/compare/descope/v1.0.0...descope/v1.0.4) (2024-02-13)


### Miscellaneous Chores

* Descope Ruby SDK Initial Release. ([d045e0f](https://github.com/descope/descope-ruby-sdk/commit/d045e0fab482789c6579855b9af4d7e8b6928ab4))

## [1.0.0](https://github.com/descope/descope-ruby-sdk/compare/descope-v1.0.0...descope/v1.0.0) (2024-02-13)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
descope (1.0.0)
descope (1.0.4)
addressable (~> 2.8)
jwt (~> 2.7)
rest-client (~> 2.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/descope/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# Current version of gem
module Descope
VERSION = '1.0.0'
VERSION = '1.0.4'
SDK_VERSION = '1.0.0'
end

0 comments on commit 8b820f6

Please sign in to comment.