Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 1f865a4

Browse files
authored
Release 1.2.0 (#114)
1 parent 46325ea commit 1f865a4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

7+
## 1.2.0
8+
### Added
9+
* CLI/Service: Added creating and updating [Github Issues](docs/notifications/github.md) based on crash reports. [#110](https://github.com/microsoft/onefuzz/pull/110)
10+
11+
### Changed
12+
* Agent: Libfuzzer fuzzing that exits with a non-zero exit code without a resulting crashing input now mark the task as failed. [#108](https://github.com/microsoft/onefuzz/pull/108)
13+
* Service: The automatic variable `repro_cmd` used in [crash report notifications](docs/notifications.md) now includes '--endpoint URL' to reduce friction for users with multiple OneFuzz instances. [#113](https://github.com/microsoft/onefuzz/pull/113)
14+
715
## 1.1.0
816
### Added
917
* Agent/Service: Added the ability to automatically re-image nodes that are out-of-date [#35](https://github.com/microsoft/onefuzz/pull/35)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

0 commit comments

Comments
 (0)