Skip to content

Commit 47e3ef2

Browse files
committed
Bump version to 0.8.1
1 parent 3a42a58 commit 47e3ef2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# master
22

3-
# Version 0.8.0
3+
# Version 0.8.1
44

55
* Add the `blacklisted_keys_pattern` configuration option
66
* Prevent blacklisted keys from being sent to Locale servers in the Rails exception handler
7+
8+
# Version 0.8.0
9+
710
* Fix problem with line ending in three dots. (@holli)
811
* Change deprecated File.exists? to File.exist?
912
* Fix "install --github" so it appends README.md. Before it truncated the README.md file with new content, now it appends content in a more correct manner.

lib/localeapp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Localeapp
2-
VERSION = '0.8.0'
2+
VERSION = '0.8.1'
33
end

0 commit comments

Comments
 (0)