Skip to content

Commit

Permalink
new version; updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Ratz committed Dec 17, 2013
1 parent 000e8ea commit 2a6268f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ See doc/COPYRIGHT.md for more details.

# Changelog

## 1.0.5

* Readme: Add note about db:create and db:migrate in same rake process
* Generator: Add explicit require to fix load-order problems
* Minor changes to the copyright header

## 1.0.4

* `#2340` Develop migration mechanism for renamed plugins
Expand Down
2 changes: 1 addition & 1 deletion lib/open_project/plugins/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

module OpenProject
module Plugins
VERSION = "1.0.4"
VERSION = "1.0.5"
end
end

0 comments on commit 2a6268f

Please sign in to comment.