lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-2.6.0 vs lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-2.6.1

- old
+ new

@@ -1,8 +1,14 @@ # adiwg mdTranslator # version 2 history +# 2.6.1 2017-11-30 add agreement number to sbJson budget facet +# 2.6.1 2017-11-30 add metadataOnlineResources and citation onlineResources to sbJson +# 2.6.1 2017-11-30 remove duplicate citation identifiers from sbJson +# 2.6.1 2017-11-30 handle keywords greater than 80 characters in sbJson +# 2.6.1 2017-11-30 do not import short abstract in sbJson +# 2.6.0 2017-11-09 add metadataIdentifier to sbJson identifier # 2.6.0 2017-11-09 added data dictionary description # 2.6.0 2017-11-09 added readers and writers for geologic age # 2.5.0 2017-11-03 bug fix, add test to verify mdJson reader version is compatible with schema version # 2.5.0 2017-11-03 added support for additional fgdc and bio data dictionary element # 2.4.1 2017-11-02 refactored mdJson writer for added entity, attribute, and domain elements @@ -44,10 +50,10 @@ # 2.0.0 2016-10-01 start of version 2 module ADIWG module Mdtranslator # current mdtranslator version - VERSION = "2.6.0" + VERSION = "2.6.1" end end # version 1 history # 1.0.0rc1 2015-02-27 schema 1.0 support