diff --git a/CHANGELOG.md b/CHANGELOG.md index fb28fa5b0..d32f82c37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.39.0] +- Remove preprint discover pages for search improvments + ## [0.38.0] - Custom citation for preprints; diff --git a/package.json b/package.json index f93f2ca30..5607480d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@centerforopenscience/ember-osf", - "version": "0.38.0", + "version": "0.39.0", "description": "Reusable ember models and components for interacting with the Open Science Framework", "directories": { "doc": "docs",