Skip to content

Commit

Permalink
Bump version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaSayegh committed Dec 13, 2019
1 parent 43e5476 commit d71acdb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# CHANGELOG

- 2019-12-13: 2.5.1

- DEV: Bump puma from 4.2.1 to 4.3.1 in /website (#100)
- FIX: Don't include messages that were removed from groups due to max size limit
- FIX: loadingEnv is an attribute of model
- FIX: Prevent crashing when reporting a non-string message to Logster
- UX: Group count attribute should be a long-running number of errors, not just the number of errors the group currently contains

- 2019-12-12: 2.5.0

- DEV: Update to latest version of gems
Expand Down
2 changes: 1 addition & 1 deletion assets/javascript/client-app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/logster/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Logster
VERSION = "2.5.0"
VERSION = "2.5.1"
end

0 comments on commit d71acdb

Please sign in to comment.