lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.3.0 vs lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.3.2
- old
+ new
@@ -1,8 +1,11 @@
# adiwg mdCodes
# version 2 history
+# 2.3.3 2017-10-11 added associationType code 'isPartOf'
+# 2.3.2 2017-10-05 added spatialRepresentation code 'coordinate'
+# 2.3.1 2017-09-21 added role codes 'observer', 'curator'
# 2.3.0 2017-08-01 added showDeprecated parameter to mdCodes methods
# 2.3.0 2017-08-01 change to associationTypes: revised definitions, deprecated some codes
# 2.2.0 2017-06-29 added adiwg namespace codelist
# 2.1.7 2017-06-08 added scienceBase date codes to dateType
# 2.1.6 2017-05-16 added 'isoTopicCategory' to keyword type code list
@@ -28,8 +31,8 @@
# 1.2.0 2015-09-18 change source of characterSet from ISO to IANA
# 1.2.1 2015-09-28 bumped version number to match gem
module ADIWG
module Mdcodes
- VERSION = "2.3.0"
+ VERSION = "2.3.2"
end
end