Skip to content

Commit eda1b28

Browse files
authored
update changelog && version bump up (#116)
1 parent 6b5ddd4 commit eda1b28

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.6.9
4+
5+
* Added `poll_with_specified_overhead`
6+
* Added `create_engine_wait`
7+
* OAuth access token caching on disk `~/.rai/tokens.js`
8+
* Access key authentication support dropped
9+
310
## v0.6.8
411

512
* Added protobuf metadata support

railib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version_info__ = (0, 6, 8)
15+
__version_info__ = (0, 6, 9)
1616
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)