Skip to content

Commit

Permalink
cutting v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhunter committed Feb 5, 2013
1 parent 06ac783 commit c3619bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

Dossier does its best to use [semantic versioning](http://semver.org).

## v2.3.0

Removed `view` method from report. Moved all logic for converting to and from report names from classes into Dossier module. Refactored spec support files. Fixed issue when rendering dossier template outside of `Dossier::ReportsController`.

## v2.2.0

Support for XLS output, added by [michelboaventura](https://github.com/michelboaventura)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dossier (2.2.0)
dossier (2.3.0)
actionmailer (~> 3.2)
actionpack (~> 3.2)
activesupport (~> 3.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/dossier/version.rb
@@ -1,3 +1,3 @@
module Dossier
VERSION = "2.2.0"
VERSION = "2.3.0"
end

0 comments on commit c3619bc

Please sign in to comment.