Skip to content

Commit 093a689

Browse files
authored
Prepare 0.8.1 (#146)
1 parent 9325090 commit 093a689

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
### Removed
1414

15+
### Fixed
16+
17+
## [0.8.1]
18+
1519
### Fixed
1620
- Prevent Validate from being called when value is a pointer or interface and is nil. #144
1721

@@ -252,7 +256,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
252256
- Introduced CHANGELOG.md for documenting changes to ucfg.
253257

254258

255-
[Unreleased]: https://github.com/elastic/go-ucfg/compare/v0.8.0...HEAD
259+
[Unreleased]: https://github.com/elastic/go-ucfg/compare/v0.8.1...HEAD
260+
[0.8.1]: https://github.com/elastic/go-ucfg/compare/v0.8.0...v0.8.1
256261
[0.8.0]: https://github.com/elastic/go-ucfg/compare/v0.7.0...v0.8.0
257262
[0.7.0]: https://github.com/elastic/go-ucfg/compare/v0.6.5...v0.7.0
258263
[0.6.5]: https://github.com/elastic/go-ucfg/compare/v0.6.4...v0.6.5

0 commit comments

Comments
 (0)