Skip to content

Commit 36ef2f2

Browse files
committed
Bump version 0.1.0.beta
1 parent 41ab93d commit 36ef2f2

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
## [Releases]
22

3-
## [0.1.0] - 2022-02-21
3+
## [0.1.0.beta] - 2022-02-24
4+
5+
- Beta release
6+
7+
### Added
8+
9+
- Authentication header in config
10+
- `/close-query` endpoint support
11+
- `/ksql` endpoint support
12+
- `/query-stream` endpoint support
13+
14+
## [0.1.0] - 2022-02-21 (Yanked)
415

516
- First release
617

718
### Added
819

9-
- Statements feature
10-
- Push Queries feature
11-
- Pull Queries feature
12-
- Close Queries feature
20+
- Statements
21+
- Push Queries
22+
- Pull Queries
23+
- Close Queries

lib/ksql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Ksql
4-
VERSION = '0.1.0'
4+
VERSION = '0.1.0.beta'
55
end

0 commit comments

Comments
 (0)