diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | changelog.txt | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,6 @@ GO ?= go DESTDIR ?= / -EPOCH_TEST_COMMIT ?= 4aeaadb8571365563d6a86e900cc904d04d367b9 +EPOCH_TEST_COMMIT ?= d12eb5f35a5b2580233a75986ce85c4ad39bedd3 HEAD ?= HEAD CHANGELOG_BASE ?= HEAD~ CHANGELOG_TARGET ?= HEAD diff --git a/changelog.txt b/changelog.txt index 67120b8f4..d53c806e4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +- Changelog for v0.10.1.2 (2018-10-17) + * Update release notes for 0.10.1.2 + * Fix CGroup paths used for systemd CGroup mount + * Bump gitvalidation epoch + * Bump to v0.10.2-dev + - Changelog for v0.10.1.1 (2018-10-16) * Update release notes for 0.10.1.1 * Mount proper cgroup for systemd to manage inside of the container. |