Commit e84b2c4843168ea2de774e2ba4152ac8563d047f
1 parent
48014a3c
Updated changelog in prep for release of v2.1.2.
Showing
1 changed file
with
6 additions
and
1 deletions
CHANGELOG.md
| ... | ... | @@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file. |
| 5 | 5 | The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) |
| 6 | 6 | and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
| 7 | 7 | |
| 8 | -## [Unreleased] | |
| 8 | +## [v2.1.2] - 2021-07-01 | |
| 9 | + | |
| 10 | +- Removed download of gtest if tests are not built. | |
| 11 | +- Install headers correctly when used as a cmake submodule (FetchContent). | |
| 12 | + | |
| 13 | +Big thanks to https://github.com/MadsAndreasen-Zoetis for these improvements. | |
| 9 | 14 | |
| 10 | 15 | ## [v2.1.1] - 2021-04-05 |
| 11 | 16 | ... | ... |