Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jun 2, 2014
1 parent e43a6ca commit d1ac1f4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Artifactory Client CHANGELOG
This file is used to document the changes between releases of the Artifactory
Ruby client.

v1.2.0 (2014-06-02)
-------------------
- Change the airty of Repository#find to align with other resources
- Add the ability to save/create repositories
- Remove i18n
- Make proxy configuration more verbose
- Remove HTTPClient in favor of raw Net::HTTP
- Add custom SSL configuration options
- Make Configurable#proxy_port a string because #ocd
- Allow file uploads
- Return an Artifact object after uploading
- Allow repositories to be deleted
- Add required attribute for repository layout
- Move upload method from Repository to Artifact
- Implement Repository.upload via Artifact.upload
- Move to_matrix_properties method to base class
- Add the ability to list/find repository layouts from xml configuration
- Specify content-type for updating config

v1.1.0 (2014-02-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/artifactory/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Artifactory
VERSION = '1.1.0'
VERSION = '1.2.0'
end

0 comments on commit d1ac1f4

Please sign in to comment.