Skip to content

Commit

Permalink
Merge pull request #77 from messagebird/cut-4
Browse files Browse the repository at this point in the history
cut 4.0.0
  • Loading branch information
marcel corso gonzalez authored Apr 11, 2022
2 parents 75e564b + 74962c8 commit 7c95802
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog

## 4.0.0

* [CHANGED] Update dev dependencies
* [CHANGED] Target new rubies (3.x.x)
* [CHANGED] remove camelCase attrs from api

## 3.1.1

* [ADDED] Add release tagging workflow.
Expand Down
2 changes: 1 addition & 1 deletion lib/messagebird/list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ def [](index)
@items[index]
end
end
end
end
2 changes: 1 addition & 1 deletion lib/messagebird/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module MessageBird
module Version
STRING = '3.1.1'
STRING = '4.0.0'
end
end

0 comments on commit 7c95802

Please sign in to comment.