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

Commit

Permalink
Release 5.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreisen committed Oct 5, 2022
1 parent 80b1122 commit a7ce193
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 5.15.1
### Added
* Service: Added support for Jinja template migration to Scriban. [#2486](https://github.com/microsoft/onefuzz/pull/2486)
### Fixed
* Service: Replaced missing tab that caused ADO queries to fail to find existing work items resulting in duplicate items being created. [#2492](https://github.com/microsoft/onefuzz/pull/2492)
* Tests: Fixed `integration-tests-linux`. [#2487](https://github.com/microsoft/onefuzz/pull/2487)

## 5.15.0
### Added
* Service: Use `InterpolatedStringHandler` to move values to `CustomDimensions` Tags [#2450](https://github.com/microsoft/onefuzz/pull/2450)
Expand Down
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.15.0
5.15.1

0 comments on commit a7ce193

Please sign in to comment.