Skip to content

Commit

Permalink
chore: release 1.0.4 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 13, 2024
1 parent d045e0f commit 8e2ddb3
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 8e2ddb3

Please sign in to comment.