Skip to content

Commit c7ada58

Browse files
committed
Added CHANGELOG.md
1 parent 3da3ebb commit c7ada58

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
## [Version 2.0.0 - May 14, 2021](https://github.com/vkatsuba/bellboy/releases/tag/2.0.0)
4+
* [#1](https://github.com/vkatsuba/bellboy/pull/1) Upgrating ([manuel-rubio](https://github.com/manuel-rubio))
5+
* Add `rebar.lock` ensuring use always the same dependencies
6+
* Fix `application:get_env` (return always a string)
7+
* Start use [jsone](https://github.com/sile/jsone) instead of [jsx](https://github.com/talentdeficit/jsx)
8+
* Add tests
9+
* Added GitHub Actions
10+
11+
## [Version 1.0.1 - Feb 20, 2021](https://github.com/vkatsuba/bellboy/releases/tag/1.0.1)
12+
* Remove include file
13+
* Remove `uuid` non use dependency
14+
* Update description `*spp.src`
15+
16+
## [Version 1.0.0 - Feb 14, 2021](https://github.com/vkatsuba/bellboy/releases/tag/1.0.0)
17+
* Removed `Makefile`
18+
* Replaced `jiffy` to `jsx`
19+
* Added `rebar3` to `.gitignore`
20+
* Changed `bellboy` architecture from application to library
21+
* Added `rebar3_hex`
22+
* Added [SemVer](https://semver.org/)
23+
* Added `hex` link
24+
* Added license
25+
26+
## [Version 0.1.0 - Feb 14, 2021](https://github.com/vkatsuba/bellboy/releases/tag/0.1.0)
27+
---------------------------
28+
* Created base application
29+
* Added support `nexmo`
30+
* Added support `twilio`
31+
* Added support `plivo`

0 commit comments

Comments
 (0)