From a2be7b45485ee9fdafd0609a90e87b434fcc8538 Mon Sep 17 00:00:00 2001
From: Matthew Holt <Matthew.Holt+git@gmail.com>
Date: Wed, 5 Aug 2015 13:26:12 -0600
Subject: [PATCH] Bumped version to 0.7.5

---
 .gitignore       | 2 ++
 app/app.go       | 2 +-
 dist/CHANGES.txt | 7 ++++++-
 dist/README.txt  | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3f87b8fb2..0dd26ce5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,5 @@ access.log
 
 /*.conf
 Caddyfile
+
+og_static/
\ No newline at end of file
diff --git a/app/app.go b/app/app.go
index e73f95b4e..b006d2942 100644
--- a/app/app.go
+++ b/app/app.go
@@ -20,7 +20,7 @@ const (
 	Name = "Caddy"
 
 	// Version is the program version
-	Version = "0.7.4"
+	Version = "0.7.5"
 )
 
 var (
diff --git a/dist/CHANGES.txt b/dist/CHANGES.txt
index 34faa66a0..dced4bd4e 100644
--- a/dist/CHANGES.txt
+++ b/dist/CHANGES.txt
@@ -1,9 +1,14 @@
 CHANGES
 
-<master>
+0.7.5 (August 5, 2015)
+- core: All listeners bind to 0.0.0.0 unless 'bind' directive is used
 - fastcgi: Set HTTPS env variable if connection is secure
+- log: Output to system log (except Windows)
+- markdown: Added dev command to disable caching during development
 - markdown: Fixed error reporting during initial site generation
 - markdown: Fixed crash if path does not exist when server starts
+- markdown: Fixed site generation and link indexing when files change
+- templates: Added .NowDate for use in date-related functions
 - Several bug fixes related to startup and shutdown functions
 
 
diff --git a/dist/README.txt b/dist/README.txt
index 4a0713b85..2a3cbfc0f 100644
--- a/dist/README.txt
+++ b/dist/README.txt
@@ -1,4 +1,4 @@
-CADDY 0.7.4
+CADDY 0.7.5
 
 Website
 	https://caddyserver.com