Skip to content

Commit aa0c0e1

Browse files
committed
Bump version; Update changelog
1 parent 6049ddb commit aa0c0e1

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [20.4.0] - 2020-05-26
8+
### Changed
9+
- link to institutions
10+
- wording of OSFInstitutions
11+
- config to use `isTruthy`
12+
- draft-registration card component to remove progress-bar
13+
14+
### Added
15+
- newline to "Read more" link
16+
- logging API error messages
17+
- CI template linting
18+
- log API draft-registration submission error
19+
20+
### Fixed
21+
- file links issue on overview page
22+
723
## [20.3.1] - 2020-03-26
824
### Fixed
925
- `active` schemas filter parameter.
@@ -1576,7 +1592,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
15761592
### Added
15771593
- Quick Files
15781594

1579-
[Unreleased]: https://github.com/CenterForOpenScience/ember-osf-web/compare/20.3.1...develop
1595+
[Unreleased]: https://github.com/CenterForOpenScience/ember-osf-web/compare/20.4.0...develop
1596+
[20.4.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/20.4.0
15801597
[20.3.1]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/20.3.1
15811598
[20.3.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/20.3.0
15821599
[20.2.1]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/20.2.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-osf-web",
3-
"version": "20.3.1",
3+
"version": "20.4.0",
44
"description": "Ember front-end for the Open Science Framework",
55
"license": "Apache-2.0",
66
"author": "Center for Open Science <[email protected]>",

0 commit comments

Comments
 (0)