Skip to content

Commit 7c95802

Browse files
author
marcel corso gonzalez
authored
Merge pull request #77 from messagebird/cut-4
cut 4.0.0
2 parents 75e564b + 74962c8 commit 7c95802

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
3+
## 4.0.0
4+
5+
* [CHANGED] Update dev dependencies
6+
* [CHANGED] Target new rubies (3.x.x)
7+
* [CHANGED] remove camelCase attrs from api
8+
29
## 3.1.1
310

411
* [ADDED] Add release tagging workflow.

lib/messagebird/list.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def [](index)
2323
@items[index]
2424
end
2525
end
26-
end
26+
end

lib/messagebird/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module MessageBird
44
module Version
5-
STRING = '3.1.1'
5+
STRING = '4.0.0'
66
end
77
end

0 commit comments

Comments
 (0)