Skip to content

Commit

Permalink
Merge pull request #154 from kerrizor/bump-to-1.4.1
Browse files Browse the repository at this point in the history
Bump to 1.4.1
  • Loading branch information
kerrizor committed Jul 3, 2015
2 parents 09da5ed + 375d89c commit 484df63
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
@@ -1,3 +1,13 @@
1.4.1
-----

* Improved travis-ci testing
* Improved speed of Attribute#from_model (#145)
* Fixed a long-standing bug in rake task (#149)
* Fixed 'No entities found' error when using filter (#152)
* Prevent deprecation warning by specifying test order (#153)
* Updated CODE_OF_CONDUCT

1.4.0
-----

Expand Down
4 changes: 2 additions & 2 deletions lib/rails_erd/version.rb
@@ -1,4 +1,4 @@
module RailsERD
VERSION = "1.4.0"
BANNER = "RailsERD #{VERSION}"
VERSION = "1.4.1"
BANNER = "RailsERD #{VERSION}"
end

0 comments on commit 484df63

Please sign in to comment.