govuk_content_models 24.1.0 → 24.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 24.2.0
2
+
3
+ - Adds the `public_timestamp` and `latest_change_note` fields to the `Artefact`
4
+ model.
5
+
1
6
  ## 24.1.0
2
7
 
3
8
  * Use version numbers for picking current edition in 'Edition.find_and_identify'
@@ -46,6 +46,8 @@ class Artefact
46
46
  field "specialist_body", type: String
47
47
  field "language", type: String, default: "en"
48
48
  field "need_extended_font", type: Boolean, default: false
49
+ field "latest_change_note", type: String
50
+ field "public_timestamp", type: DateTime
49
51
 
50
52
  index "slug", :unique => true
51
53
 
@@ -1,4 +1,4 @@
1
1
  module GovukContentModels
2
2
  # Changing this causes Jenkins to tag and release the gem into the wild
3
- VERSION = "24.1.0"
3
+ VERSION = "24.2.0"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_content_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 24.1.0
4
+ version: 24.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -476,7 +476,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
476
476
  version: '0'
477
477
  segments:
478
478
  - 0
479
- hash: -4065501124018437060
479
+ hash: 950024458355486311
480
480
  required_rubygems_version: !ruby/object:Gem::Requirement
481
481
  none: false
482
482
  requirements:
@@ -485,7 +485,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
485
485
  version: '0'
486
486
  segments:
487
487
  - 0
488
- hash: -4065501124018437060
488
+ hash: 950024458355486311
489
489
  requirements: []
490
490
  rubyforge_project:
491
491
  rubygems_version: 1.8.23