Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #236 from m3brown/master
Browse files Browse the repository at this point in the history
v1.1.7
  • Loading branch information
sleitner committed Sep 18, 2015
2 parents 2a43853 + a5d6196 commit 61a5664
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
@@ -1,4 +1,10 @@
# Changelog
## v1.1.7 - 2015-09-18

### Added

- Do not escape html in dataset description text when browsing the html api

## v1.1.6 - 2015-07-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(def git-commit (or (System/getenv "GIT_COMMIT")
(System/getenv "TRAVIS_COMMIT")))

(defproject qu/qu-core "1.1.6"
(defproject qu/qu-core "1.1.7"
:description "qu is a data platform created by the CFPB to serve their public data sets."
:license {:name "Public Domain"}
:scm {:name "git"
Expand Down

0 comments on commit 61a5664

Please sign in to comment.