Skip to content

Commit

Permalink
Update CHANGELOG & version
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Apr 2, 2017
1 parent 3df8266 commit 2707e24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## v1.0.1 - 2017-04-02

### Added

Expand All @@ -19,6 +19,8 @@

### Fixed

- Fix: optimize queries to avoid N+1 queries.
- Fix: percent stacking math was wrong. @spasovski
- Fix: set query filter to match value from URL query string. @benmargo
- [Clickhouse] Fix: detection of various data types. @denisov-vlad
- Fix: user can't edit their own alert.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redash-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "The frontend part of Redash.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion redash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from redash.destinations import import_destinations


__version__ = '1.0.0'
__version__ = '1.0.1'


def setup_logging():
Expand Down

0 comments on commit 2707e24

Please sign in to comment.