Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
v3.43.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jul 22, 2016
1 parent 87fcfff commit b1edddb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.43.6 2016-07-22
==================
Ensure database is empty regardless of LANG setting
Improve pg:backups schedule time validation
Remove special cases for pg9.1
Ignore --help commands in analytics

3.43.5 2016-06-30
==================
Add libssl1.0.2 to the debian dependencies
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
heroku (3.43.5)
heroku (3.43.6)
heroku-api (= 0.4.2)
launchy (= 2.4.3)
multi_json (= 1.11.2)
Expand Down Expand Up @@ -31,7 +31,7 @@ GEM
safe_yaml (~> 1.0.0)
diff-lcs (1.2.5)
docile (1.1.5)
excon (0.47.0)
excon (0.51.0)
fakefs (0.6.7)
heroku-api (0.4.2)
excon (~> 0.45)
Expand Down Expand Up @@ -103,4 +103,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.12.1
1.12.5
2 changes: 1 addition & 1 deletion lib/heroku/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Heroku
VERSION = "3.43.5"
VERSION = "3.43.6"
end

0 comments on commit b1edddb

Please sign in to comment.