Skip to content

Commit

Permalink
Merge pull request #193 from alphagov/release-v2.1.0
Browse files Browse the repository at this point in the history
Release v2.1.0
  • Loading branch information
36degrees committed Sep 7, 2020
2 parents 3e70903 + f25c5b0 commit 210d3d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@

## Unreleased

## 2.1.0

### New features

#### Exclude individual pages from search engine indexes
#### Exclude pages from search engine results

You can now exclude individual pages from search engine indexes by including `prevent_indexing: true` in the frontmatter for the page.
You can now exclude a page from search engine results by including `prevent_indexing: true` in the page's frontmatter.

This was added in [pull request #192: Fixes and improvements to meta tags](https://github.com/alphagov/tech-docs-gem/pull/192).

### Fixes

We’ve made fixes to the Tech Docs Gem in the following pull requests:
We’ve made fixes in the following pull requests:

- [#192: Fixes and improvements to meta tags](https://github.com/alphagov/tech-docs-gem/pull/192)

Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_tech_docs/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukTechDocs
VERSION = "2.0.13".freeze
VERSION = "2.1.0".freeze
end

0 comments on commit 210d3d4

Please sign in to comment.