Skip to content

Commit

Permalink
Bump version to 9.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Feb 15, 2016
1 parent 7643e3c commit 0220e6d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions History.txt
@@ -1,3 +1,32 @@
v9.9.0
2016-02-15: Update development configs to use environment variables [Justin
Coyne]

2016-02-15: Pin to a version of rubocop-rspec that doesn't complain about our
code [Justin Coyne]

2016-02-15: Generalize the with_server method [Justin Coyne]

2016-02-12: Use local configurations for solr [Justin Coyne]

2016-02-12: Share the test server method with downstream apps [Justin Coyne]

2016-02-12: Add support for customizable Solr request handlers. [Olli Lyytinen]

2016-02-10: Adds SSL options to config (closes #985) [David Chandek-Stark]

2016-02-09: XMLSchema#dateTime requires a colon in the timezone [Justin Coyne]

2016-02-09: Add a rake task for running spec without rubocop [Justin Coyne]

2016-02-09: Use the correct flag to fcrepo_wrapper [Justin Coyne]

2016-02-09: Fixes for rubocop 0.37.1 [Justin Coyne]

2016-02-08: Don't default facet.limit [Justin Coyne]

2016-02-05: Start solr and fedora on a random open port [Justin Coyne]

v9.8.0
2016-02-04: Remove unused files [Justin Coyne]

Expand Down
2 changes: 1 addition & 1 deletion lib/active_fedora/version.rb
@@ -1,3 +1,3 @@
module ActiveFedora
VERSION = "9.8.2".freeze
VERSION = "9.9.0".freeze
end

0 comments on commit 0220e6d

Please sign in to comment.