Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into rest-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
korczis committed Aug 5, 2014
2 parents 9d98d57 + fe8b454 commit 23539dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.markdown → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# GoodData Ruby SDK Changelog

## 0.6.6
## 0.6.7
- Fixed the scaffolding templates to take advantage of new syntax (missing references in dataset refs)
- Fixing inclusion of extensions when using CLI
- Fixed pollers and added/fixed tests for schedules and processes
- Added with_connection which automatically disconnects when you are done

## 0.6.6
- Various fixes

## 0.6.5
- Mixins

Expand Down
2 changes: 1 addition & 1 deletion lib/gooddata/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# GoodData Module
module GoodData
VERSION = '0.6.6'
VERSION = '0.6.7'

class << self
# Version
Expand Down

0 comments on commit 23539dc

Please sign in to comment.