govuk_content_models 8.7.0 → 8.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 8.8.0
2
+
3
+ * Add two new formats from Whitehall; Notice and Decision.
4
+
1
5
  ## 8.6.0
2
6
 
3
7
  * add `RenderedSpecialistDocument#create_or_update_by_slug!` and `RenderedSpecialistDocument#find_by_slug`
@@ -85,6 +85,7 @@ class Artefact
85
85
  "consultation",
86
86
  "corporate_report",
87
87
  "correspondence",
88
+ "decision",
88
89
  "detailed_guide",
89
90
  "document_collection",
90
91
  "draft_text",
@@ -99,6 +100,7 @@ class Artefact
99
100
  "map",
100
101
  "national_statistics",
101
102
  "news_story",
103
+ "notice",
102
104
  "oral_statement",
103
105
  "policy",
104
106
  "policy_paper",
@@ -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 = "8.7.0"
3
+ VERSION = "8.8.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: 8.7.0
4
+ version: 8.8.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -463,7 +463,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
463
463
  version: '0'
464
464
  segments:
465
465
  - 0
466
- hash: 515922098811798624
466
+ hash: 3706575865868018469
467
467
  required_rubygems_version: !ruby/object:Gem::Requirement
468
468
  none: false
469
469
  requirements:
@@ -472,7 +472,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
472
472
  version: '0'
473
473
  segments:
474
474
  - 0
475
- hash: 515922098811798624
475
+ hash: 3706575865868018469
476
476
  requirements: []
477
477
  rubyforge_project:
478
478
  rubygems_version: 1.8.23