Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathms committed Oct 15, 2020
1 parent d698422 commit de1f48f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 11 deletions.
50 changes: 40 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [2.1.0] - 2020-10-15

### Changed
* **Uses the new refactored API**. Incompatible with 2.0.x because the endpoints to fetch measurement data has changed. (#486)

### Fixed
* Fix link colors to use `blue7` from the theme (#473)
* Address warnings about using `next/link` for external links (#484)
* Ensure that measurment pages don't crash when missing test keys (#491)

### Added
* Responsive header and nav menu in countries page (#454)
* Links to test descriptions on measurement pages (#469)
* Social media sharing buttons on measurement and country pages. This was done by our awesome [GSoC 2020 student](https://medium.com/@kronaemmanuel/anxious-to-excitement-my-gsoc-story-begins-c83041900f35) @kronaemmanuel (#476)
* Dev tool to toggle parts of `test_keys` in measurement data (#491)

### Removed
* Remove tested since date on country pages (#483)

### Security
- Bump elliptic from 6.4.1 to 6.5.3 (#477)
- Bump markdown-to-jsx from 6.9.4 to 6.11.4 (#485)

## [2.0.10] - 2020-10-07

### Fixed
- Address the OONI Probe ASN Incident reported [here](https://ooni.org/post/2020-ooni-probe-asn-incident-report/) by making it harder to lookup and access measurements with AS0 (#495)

## [2.0.9] - 2020-05-09

### Fixed
Expand Down Expand Up @@ -129,13 +157,15 @@ instead of domain name filter. Avoids timeouts when API is slow.
### Added
- First public release ([Blog post](https://ooni.org/post/next-generation-ooni-explorer/))

[2.0.9]: (https://github.com/ooni/explorer/compare/v2.0.8...v2.0.9)
[2.0.8]: (https://github.com/ooni/explorer/compare/v2.0.7...v2.0.8)
[2.0.7]: (https://github.com/ooni/explorer/compare/v2.0.6...v2.0.7)
[2.0.6]: (https://github.com/ooni/explorer/compare/v2.0.5...v2.0.6)
[2.0.5]: (https://github.com/ooni/explorer/compare/v2.0.4...v2.0.5)
[2.0.4]: (https://github.com/ooni/explorer/compare/v2.0.3...v2.0.4)
[2.0.3]: (https://github.com/ooni/explorer/compare/v2.0.2...v2.0.3)
[2.0.2]: (https://github.com/ooni/explorer/compare/v2.0.1...v2.0.2)
[2.0.1]: (https://github.com/ooni/explorer/compare/v2.0.0...v2.0.1)
[2.0.0]: (https://github.com/ooni/explorer/releases/tag/v2.0.0)
[2.1.0]: https://github.com/ooni/explorer/compare/v2.0.10...v2.1.0
[2.0.10]: https://github.com/ooni/explorer/compare/v2.0.9...v2.0.10
[2.0.9]: https://github.com/ooni/explorer/compare/v2.0.8...v2.0.9
[2.0.8]: https://github.com/ooni/explorer/compare/v2.0.7...v2.0.8
[2.0.7]: https://github.com/ooni/explorer/compare/v2.0.6...v2.0.7
[2.0.6]: https://github.com/ooni/explorer/compare/v2.0.5...v2.0.6
[2.0.5]: https://github.com/ooni/explorer/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/ooni/explorer/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/ooni/explorer/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/ooni/explorer/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/ooni/explorer/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/ooni/explorer/releases/tag/v2.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ooni-explorer",
"version": "2.1.0-rc.1",
"version": "2.1.0",
"author": "Open Observatory of Network Interference (OONI) <[email protected]>",
"license": "BSD-3-Clause",
"main": "index.js",
Expand Down

0 comments on commit de1f48f

Please sign in to comment.