Skip to content

Commit

Permalink
Bump to version 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgurley committed Jun 24, 2015
1 parent 0475706 commit e1d58f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Abstractor Changelog
=======

## 4.4.4
Released on June 24, 2015

* Source type 'custom suggestion' with source method blow up when being displayed.
See https://github.com/NUBIC/abstractor/issues/121

* Rails 4 removed the defaults cols and rows for text areas. Hardcode them back.
See https://github.com/NUBIC/abstractor/issues/125

## 4.4.3
Released on June 5, 2015

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
abstractor (4.4.3)
abstractor (4.4.4)
coffee-rails (~> 4.0, >= 4.0.0)
haml (~> 4.0.5, >= 4.0.5)
httparty (~> 0.13.0, >= 0.13.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/abstractor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Abstractor
VERSION = '4.4.3'
VERSION = '4.4.4'
end

0 comments on commit e1d58f7

Please sign in to comment.