Skip to content

Commit d1ac1f4

Browse files
committed
Release v1.2.0
1 parent e43a6ca commit d1ac1f4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ Artifactory Client CHANGELOG
33
This file is used to document the changes between releases of the Artifactory
44
Ruby client.
55

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

725
v1.1.0 (2014-02-11)
826
-------------------

lib/artifactory/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Artifactory
2-
VERSION = '1.1.0'
2+
VERSION = '1.2.0'
33
end

0 commit comments

Comments
 (0)