We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5818ef commit c4cddacCopy full SHA for c4cddac
CHANGELOG.md
@@ -5,9 +5,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [3.1.1]
8
-### Changed
9
-- Switched API communication to HTTPS by default
10
-
11
### Fixed
12
- Signatures downloading exception
13
- create-version raising exception on -c param (fixes #1279)
app/core/patchkit_config.rb
@@ -44,7 +44,7 @@ def default_debug
44
end
45
46
def default_api_url
47
- 'https://api.patchkit.net'
+ 'http://api.patchkit.net'
48
49
50
def default_upload_chunk_size
0 commit comments