We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ab93d commit 36ef2f2Copy full SHA for 36ef2f2
CHANGELOG.md
@@ -1,12 +1,23 @@
1
## [Releases]
2
3
-## [0.1.0] - 2022-02-21
+## [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)
15
16
- First release
17
18
### Added
19
-- Statements feature
-- Push Queries feature
-- Pull Queries feature
-- Close Queries feature
20
+- Statements
21
+- Push Queries
22
+- Pull Queries
23
+- Close Queries
lib/ksql/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Ksql
- VERSION = '0.1.0'
+ VERSION = '0.1.0.beta'
end
0 commit comments