Skip to content

Commit

Permalink
Bump version to 9.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed Nov 30, 2015
1 parent 7d9a187 commit 07d5ac8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
v9.7.0
2015-11-25 : Allowing access to the gone? method from outside the object [Carolyn Cole]

2015-11-24 : Use rdf-vocab gem for DC vocab [Justin Coyne]

2015-11-24 : Silence deprecation warning in test [Justin Coyne]

2015-11-24 : Test deprecation using mocks [Justin Coyne]

2015-11-24 : Give an error when the user queries for a non-existant reflection [Justin Coyne]

2015-11-20 : Re-add get_config_path method (removed in 9.6.0) with deprecation warning. [Jim Coble]

2015-11-11 : Don't try to parse empty dates [Adam Wead]

2015-11-10 : Adds explicit require of 'rdf/vocab'. [David Chandek-Stark]

2015-11-09 : ids_reader should not return duplicates. [Trey Terrell]

v9.6.2
2015-11-07: Fixes for new version of rubocop [Justin Coyne]

Expand Down
2 changes: 1 addition & 1 deletion lib/active_fedora/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveFedora
VERSION = "9.6.2"
VERSION = "9.7.0"
end

0 comments on commit 07d5ac8

Please sign in to comment.