diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..74199af1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +## 0.0.2 / 2015-06-09 + +* [BUGFIX] Fixed silences.json permissions in Docker image. +* [CHANGE] Changed case of API JSON properties to initial lower letter. +* [CHANGE] Migrated logging to use http://github.com/prometheus/log. +* [FEATURE] Flowdock notification support. +* [FEATURE] Slack notification support. +* [FEATURE] Generic webhook notification support. +* [FEATURE] Support for "@"-mentions in HipChat notifications. +* [FEATURE] Path prefix option to support reverse proxies. +* [ENHANCEMENT] Improved web redirection and 404 behavior. +* [CLEANUP] Updated compiled web assets from source. +* [CLEANUP] Updated fsnotify package to its new source location. +* [CLEANUP] Updates to README.md and AUTHORS.md. +* [CLEANUP] Various smaller cleanups and improvements. diff --git a/Makefile b/Makefile index d2892312..0317cd43 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION := 0.0.1 +VERSION := 0.0.2 TARGET := alertmanager include Makefile.COMMON