Skip to content

Commit a3d4e16

Browse files
committed
Prepare for 3.2.0
1 parent a62a4d3 commit a3d4e16

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# UNRELEASED
22

3+
# 3.2.0
4+
5+
## MAJOR CHANGES
6+
7+
* Ensure the $LOAD\_PATH could never break ActiveValidators (see #71 for details)
38

49
## DEPRECATION
510

611
* [SSN validations doesn't support any options anymore][ssn_validation_options]
7-
*
12+
813
## FEATURES
914

1015
* Regexp validator.

activevalidators.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
Gem::Specification.new do |s|
33
s.name = 'activevalidators'
4-
s.version = '3.1.2'
4+
s.version = '3.2.0'
55
s.platform = Gem::Platform::RUBY
66
s.authors = ['Franck Verrot', 'Paco Guzmán', 'Oriol Gual', 'Garrett Bjerkhoel', 'Renato Riccieri Santos Zannon', 'Brian Moseley', 'Serj L aka Loremaster']
77
s.email = ['[email protected]']

0 commit comments

Comments
 (0)