Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frpouly committed May 10, 2023
1 parent 1fbf8d0 commit 7adba1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.0', '2.7', '2.6']
ruby-version: ['3.2', '3.1', '3.0', '2.7', '2.6']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh

## [Unreleased]

## [0.4.0] - 2023-05-10

### Fixed

- `get_transcriptions` using `skip` and `top` params
Expand Down
2 changes: 1 addition & 1 deletion lib/azure_stt/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AzureStt
VERSION = '0.3.0'
VERSION = '0.4.0'
end

0 comments on commit 7adba1b

Please sign in to comment.