Skip to content

Commit

Permalink
Mark 0.0.12 (#119)
Browse files Browse the repository at this point in the history
# 0.0.12 / 2023-06-25

### Added

- Add cloud deploy for hosted CTFd instances
- Add the `protocol` field in the challenge.yml spec
- Further define what other deployment methods should provide & return
- Add the ability to add HTTP cookies to ctfcli requests via the config file

### Fixed

- Allow ignoring category during challenge sync
  • Loading branch information
ColdHeat authored Jun 25, 2023
1 parent bbcbfd0 commit de3dcee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

# 0.0.12 / 2023-06-25

### Added

- Add cloud deploy for hosted CTFd instances
- Add the `protocol` field in the challenge.yml spec
- Further define what other deployment methods should provide & return
- Add the ability to add HTTP cookies to ctfcli requests via the config file

### Fixed

- Allow ignoring category during challenge sync

# 0.0.11 / 2022-11-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion ctfcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.0.11"
__version__ = "0.0.12"
__name__ = "ctfcli"

0 comments on commit de3dcee

Please sign in to comment.