Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalartza committed Feb 28, 2020
1 parent 3d30fef commit 0671fdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this
file. This change log follows the conventions of
[keepachangelog.com](http://keepachangelog.com/).

## 0.1.1 - 2020-02-28
### Added
- Add optional configuration argument to list-objects method

## 0.1.0 - 2019-12-05
### Added
- Initial version
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject magnet/object-storage.core "0.1.1-SNAPSHOT"
(defproject magnet/object-storage.core "0.1.1"
:description "Library that provides an object storage generic protocol"
:url "https://github.com/magnetcoop/object-storage.core"
:license {:name "Mozilla Public Licence 2.0"
Expand Down

0 comments on commit 0671fdc

Please sign in to comment.