Skip to content

Commit

Permalink
Release v3.1.1
Browse files Browse the repository at this point in the history
Additions
- Updated email Regex to be more accurate and slightly less restrictive
- Fixed issue where email Regex did not support more than 3 char TLDs
  • Loading branch information
Fryguy committed Dec 16, 2016
1 parent d6a50e1 commit 7814c41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.1.1] - 2016-12-16
### Additions
- Updated email Regex to be more accurate and slightly less restrictive
- Fixed issue where email Regex did not support more than 3 char TLDs

## [3.1.0] - 2016-08-11
### Additions
- Add Array #deviation, #mean, #squares, #variance
Expand Down
2 changes: 1 addition & 1 deletion lib/more_core_extensions/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MoreCoreExtensions
VERSION = "3.1.0"
VERSION = "3.1.1".freeze
end

0 comments on commit 7814c41

Please sign in to comment.