diff --git a/CHANGELOG.md b/CHANGELOG.md index da70e99f..43c66f47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ This file documents all notable changes to Falco. The release numbering uses [semantic versioning](http://semver.org). +## v0.11.1 + +Released 2018-07-31 + +## Bug Fixes + +* Fix a problem that caused the kernel module to not load on certain kernel versions [[#397](https://github.com/draios/falco/pull/397)] [[#394](https://github.com/draios/falco/issues/394)] + ## v0.11.0 Released 2018-07-24 diff --git a/README.md b/README.md index cc54c8f1..f3ed790c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ #### Latest release -**v0.11.0** +**v0.11.1** Read the [change log](https://github.com/draios/falco/blob/dev/CHANGELOG.md) Dev Branch: [![Build Status](https://travis-ci.org/draios/falco.svg?branch=dev)](https://travis-ci.org/draios/falco)