Skip to content

Commit e62fa25

Browse files
committed
Update changelog
1 parent 61316b1 commit e62fa25

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
# Change Log
2-
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
32

43
## [Unreleased]
54
### Changed
6-
- Add a new arity to `make-widget-async` to provide a different widget shape.
5+
- TBD
76

8-
## [0.1.1] - 2019-05-08
7+
## [0.1.0] - 2019-06-23
98
### Changed
10-
- Documentation on how to make the widgets.
9+
- Documentation with samples on how to make the urls/requests.
10+
- Updated some function names
1111

12-
### Removed
13-
- `make-widget-sync` - we're all async, all the time.
14-
15-
### Fixed
16-
- Fixed widget maker to keep working when daylight savings switches over.
17-
18-
## 0.1.0 - 2019-05-08
12+
## 0.1.0-SNAPSHOT - 2019-06-21
1913
### Added
20-
- Files from the new template.
21-
- Widget maker public API - `make-widget-sync`.
14+
- First working version of the library.
2215

23-
[Unreleased]: https://github.com/your-name/auth0-clojure/compare/0.1.1...HEAD
24-
[0.1.1]: https://github.com/your-name/auth0-clojure/compare/0.1.0...0.1.1
16+
[Unreleased]: https://github.com/your-name/auth0-clojure/compare/0.1.0...HEAD
17+
[0.1.0]: https://github.com/your-name/auth0-clojure/compare/0.1.0-SNAPSHOT...0.1.0

0 commit comments

Comments
 (0)