Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaippully committed Jul 29, 2019
1 parent 622289c commit e08c395
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]

## [0.2.0] — 2019-07-29
### Added
- Allow skipping patches on some schemas (Fixes #6)

Expand All @@ -16,4 +18,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Support add, remove, and replace operations

[0.1.0]: https://github.com/rkaippully/scim-patch/compare/0.0.0...0.1.0
[Unreleased]: https://github.com/rkaippully/scim-patch/compare/0.1.0...HEAD
[0.2.0]: https://github.com/rkaippully/scim-patch/compare/0.1.0...0.2.0
[Unreleased]: https://github.com/rkaippully/scim-patch/compare/0.2.0...HEAD
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Clojars Project](https://img.shields.io/clojars/v/org.clojars.rkaippully/scim-patch.svg)](https://clojars.org/org.clojars.rkaippully/scim-patch)

```clj
[org.clojars.rkaippully/scim-patch "0.1.0"]
[org.clojars.rkaippully/scim-patch "0.2.0"]
```

A Clojure library that implements patch operations as specified by [SCIM RFC](https://tools.ietf.org/html/rfc7644#section-3.5.2).
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojars.rkaippully/scim-patch "0.1.0"
(defproject org.clojars.rkaippully/scim-patch "0.2.0"
:description "A Clojure library that implements patch operations as specified by RFC7644"
:url "https://github.com/rkaippully/scim-patch"
:license {:name "Mozilla Public License v2.0"
Expand Down

0 comments on commit e08c395

Please sign in to comment.