Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Bump version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
feymartynov committed Nov 21, 2019
1 parent 1a58463 commit dda0e05
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

## v0.1.2 (Nov 21, 2019)

### Features
- Add timing ([ccf7766](https://github.com/netology-group/janus-conference/commit/ccf7766f6566963822aa0ce76237c43472ab8376))
- Add tracking ([b66ebdf](https://github.com/netology-group/janus-conference/commit/b66ebdff7f27c36c8e86c015810a7778a8acef29))
- Make authz asynchronous ([5bd5baa](https://github.com/netology-group/janus-conference/commit/5bd5baa4c8d56a79c2e8fb36555c7179a097dcd8))


## v0.1.1 (Oct 17, 2019)

### Fixes

- Put agent in progress on double room.enter ([c12c9dc](https://github.com/netology-group/janus-conference/commit/c12c9dcaa3455568e0bdab72fd4cbd742fa0a9a0))
- Add agent status filter for room presence check ([ed072e3](https://github.com/netology-group/janus-conference/commit/ed072e30f04164907063ebc978b356a5319cae50))

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conference"
version = "0.1.1"
version = "0.1.2"
authors = ["Andrei Nesterov <ae.nesterov@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit dda0e05

Please sign in to comment.