Skip to content
Snippets Groups Projects
Commit bb448e79 authored by Brian Jones's avatar Brian Jones
Browse files

Preparing for release

parent ee14810b
No related branches found
No related tags found
No related merge requests found
Copyright (c) 2010,2011 C. Brian Jones
Copyright (c) 2010,2011,2012,2013 C. Brian Jones
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
......
= Version 1.0.10
* The attribute 'association' should work better now
= Version 1.0.9
* Can avoid the railtie that automatically includes SafeAttributes, see README
......
......@@ -123,10 +123,12 @@ get the developers of ActiveRecord to agree to a patch.
== Copyright
Copyright (c) 2010,2011,2012 C. Brian Jones. See LICENSE for details.
Copyright (c) 2010,2011,2012,2013 C. Brian Jones. See LICENSE for details.
== Thanks
* Jaime Bellmyer - http://kconrails.com
* James Brennan
* Billy Watson
* Jean Boussier
......@@ -2,7 +2,7 @@ module SafeAttributes
module VERSION
MAJOR = 1
MINOR = 0
TINY = 9
TINY = 10
STRING = [MAJOR, MINOR, TINY].compact.join('.')
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment