Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nejdetkadir committed Oct 15, 2022
1 parent 10e9737 commit 5e8b946
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
## [Unreleased]
## [1.0.0] - 2022-10-15
- Added belowing methods
- decline_follow_request_of
- remove_follow_request_for
- send_follow_request_to
- following?
- mutual_following_with?
- sent_follow_request_to?
- block_to
- unblock_to
- blocked?
- blocked_by?
- myself?

## [0.1.0] - 2022-10-14

Expand Down
2 changes: 1 addition & 1 deletion lib/followability/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Followability
VERSION = '0.1.0'
VERSION = '1.0.0'
end

0 comments on commit 5e8b946

Please sign in to comment.