Skip to content

Commit

Permalink
Increment gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
ltk committed Oct 14, 2021
1 parent 542de0d commit b55d4b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## [v0.2.1] - 2021-10-14
- Adds support for [Group Rule operations](https://developer.okta.com/docs/reference/api/groups/#group-rule-operations)
2 changes: 1 addition & 1 deletion lib/oktakit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Oktakit
VERSION = '0.2.0'.freeze
VERSION = '0.2.1'.freeze
end
1 change: 0 additions & 1 deletion spec/client/group_rules_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

describe Oktakit::Client::GroupRules do
GROUP_RULE_ID = '0prt3z9wdtNLNPdpL0x7'
# GROUPS_USER_ID = '00u6nm9ytbmwHeunx0h7'

describe '#add_group_rule' do
it 'returns the created group rule' do
Expand Down

0 comments on commit b55d4b0

Please sign in to comment.