Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Commit

Permalink
Merge tag 'v0.6.2' into develop
Browse files Browse the repository at this point in the history
Fix end date for featured events
  • Loading branch information
dshoreman committed May 2, 2020
2 parents e8371af + 0a26e25 commit a822ed6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [0.6.2] - 2020-05-02
### Fixed
* Fixed end date of featured events


## [0.6.1] - 2020-05-02
### Fixed
* Duplciate IDs for the last 3 tasks in the Rust the Dust event
Expand Down Expand Up @@ -165,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Anything else that isn't in a later release


[Unreleased]: https://github.com/dshoreman/codtracker/compare/v0.6.1...develop
[Unreleased]: https://github.com/dshoreman/codtracker/compare/v0.6.2...develop
[0.6.2]: https://github.com/dshoreman/codtracker/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/dshoreman/codtracker/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/dshoreman/codtracker/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/dshoreman/codtracker/compare/v0.5.0...v0.5.1
Expand Down
4 changes: 2 additions & 2 deletions data/featured.json
@@ -1,7 +1,7 @@
[{
"event": 26,
"name": "Capture the Flag: Gold Edition",
"end": "2020-06-09 00:00:00",
"end": "2020-05-09 00:00:00",
"targets": [{
"target": 20,
"reward": "Knife - Desert Snake"
Expand Down Expand Up @@ -67,7 +67,7 @@
}, {
"event": 27,
"name": "Rust the Dust",
"end": "2020-06-09 00:00:00",
"end": "2020-05-09 00:00:00",
"targets": [{
"target": 20,
"reward": "Backpack - Desert Snake"
Expand Down

0 comments on commit a822ed6

Please sign in to comment.