Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Nov 17, 2021
1 parent 6237534 commit e31f614
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Unreleased

### 1.5.3

* Add symbol support for `development` option for iOS deliveries - @joemasilotti

### 1.5.2

* Rescue from database connection errors when loading Noticed::Model #121 - @adriancb
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:
noticed (1.5.2)
noticed (1.5.3)
http (>= 4.0.0)
rails (>= 5.2.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
noticed (1.5.2)
noticed (1.5.3)
http (>= 4.0.0)
rails (>= 5.2.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
noticed (1.5.2)
noticed (1.5.3)
http (>= 4.0.0)
rails (>= 5.2.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
noticed (1.5.2)
noticed (1.5.3)
http (>= 4.0.0)
rails (>= 5.2.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_master.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ GIT
PATH
remote: ..
specs:
noticed (1.5.2)
noticed (1.5.3)
http (>= 4.0.0)
rails (>= 5.2.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/noticed/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Noticed
VERSION = "1.5.2"
VERSION = "1.5.3"
end

0 comments on commit e31f614

Please sign in to comment.