Skip to content

Commit

Permalink
Release 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
laurilehmijoki committed Feb 3, 2015
1 parent 25fb7ce commit fd49f1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This project uses [Semantic Versioning](http://semver.org).

## 2.7.6

* Null-check the result of File.listFiles

See <https://github.com/laurilehmijoki/s3_website/issues/145> for discussion.

## 2.7.5

* Remove superfluous dot from error message
Expand Down
2 changes: 1 addition & 1 deletion lib/s3_website/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module S3Website
VERSION = '2.7.5'
VERSION = '2.7.6'
end

0 comments on commit fd49f1b

Please sign in to comment.