Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherRegularDude committed Jun 18, 2021
1 parent 57728a7 commit d17558a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Update this on a pull request, under `Lamian::VERSION`
(also known as next version). If this constant would be changed without release,
I'll update it here too

## 1.3.0
* Add support for the (new sentry gem)[https://github.com/getsentry/sentry-ruby].

## 1.2.0
* Add `raven_log_size_limit` config option for limiting amount of data sent to sentry (defaults to `500_000`)

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:
lamian (1.2.0)
lamian (1.3.0)
rails (>= 4.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/lamian/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ module Lamian
# According to this, it is enought to specify '~> a.b'
# if private API was not used and to specify '~> a.b.c' if it was

VERSION = "1.2.0"
VERSION = "1.3.0"
end

0 comments on commit d17558a

Please sign in to comment.