Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 11a52f8

Browse files
committed
update changelog +bump version
1 parent 4db5cdd commit 11a52f8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.2.8
9+
- Fixes bug in DataValueReference for media tracking, where custom DTGEs were not recognized. 4db5cdd
10+
11+
## 1.2.7
12+
- Fixes: Unable to save a component which previously failed validation #231
13+
- Null-check for err object when submiting #236
14+
815
## 1.2.6 - 2020-12-07
916
- Fix: Error saving temp blueprint
1017
- Fix: issue when previewing linked content items

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: Visual Studio 2017
22

33
# version format
4-
version: 1.2.7.{build}
4+
version: 1.2.8.{build}
55

66
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
77
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta

0 commit comments

Comments
 (0)