Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5017 from ONRR/release-changes-5.5.9
Browse files Browse the repository at this point in the history
Release changes 5.5.9
  • Loading branch information
jennmalcolm authored Apr 16, 2020
2 parents f172142 + 07c20bc commit c2c8baf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let config = {
siteMetadata: {
title: 'Natural Resources Revenue Data',
description: 'This site provides open data about natural resource management on federal lands and waters in the United States, including oil, gas, coal, and other extractive industries.',
version: 'v5.5.8',
version: 'v5.5.9',
googleAnalyticsId: GOOGLE_ANALYTICS_ID,
},
plugins: [
Expand Down
7 changes: 4 additions & 3 deletions src/components/sections/WhatsNew/WhatsNew.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ const WhatsNew = props => (
<section className={styles.root + ' slab-delta'}>
<div className="container-page-wrapper">
<h2>What's new</h2>
<p>In our latest release on March 30, 2020, we made the following changes:</p>
<p>In our latest release on April 16, 2020, we made the following changes:</p>
<ul className="list-bullet ribbon-card-top-list">
<li>Updated <Link to="/downloads/federal-production">fiscal year production data through 2019</Link></li>
<li>Added <Link to="/how-it-works/gomesa/#revenue-sharing">2020 GOMESA disbursements to states and local governments</Link></li>
<li>Updated <Link to="/downloads/production-by-month">monthly production data through December 2019</Link></li>
<li>Updated <Link to="/downloads/revenue-by-month">monthly revenue data through March 2020</Link></li>
<li>Added <Link to="/blog/training-update">blog post on our progress since peer training on user research</Link></li>
</ul>

<p>Review our <a href="https://github.com/ONRR/doi-extractives-data/releases">full release details</a>.</p>
Expand Down

0 comments on commit c2c8baf

Please sign in to comment.