lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.0.0 vs lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.1.2.pre.beta
- old
+ new
@@ -1,9 +1,12 @@
# adiwg mdCodes
-# version history
+# version 2 history
+# 2.1.1 2016-12-18 change to European spelling 'polarisation'
+# 2.1.0 2016-11-27 added 10 MI codelists
+# version 1 history
# 0.1.0 2014-11-05 first release
# 0.1.1 2014-11-06 added factSheet to scope
# 0.2.0 2014-11-07 add option to return only codeNames
# ... moved resources directory outside of lib
# 0.2.1 2014-11-10 added support for JSON returns
@@ -17,9 +20,9 @@
# 1.2.1 2015-09-28 bumped version number to match gem
module ADIWG
module Mdcodes
- VERSION = "2.0.0"
+ VERSION = "2.1.2-beta"
end
end