Skip to content

Commit

Permalink
Merge pull request #14 from petergoldstein/feature/prepare_for_v1_1_0
Browse files Browse the repository at this point in the history
Update CHANGELOG.md and bump version to 1.1.0
  • Loading branch information
petergoldstein committed Mar 2, 2023
2 parents 54ca7ef + 2a9a9c4 commit 9dbd8cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.1.0] - 2023-03-01

### Added

- Made API base URI configurable to support services that proxy API calls (like Helicone)

- Added support for the chat and audio endpoints

## [1.0.0] - 2023-01-24

Expand Down
2 changes: 1 addition & 1 deletion lib/asimov/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Asimov
# Current gem version
VERSION = "1.0.0".freeze
VERSION = "1.1.0".freeze
end

0 comments on commit 9dbd8cc

Please sign in to comment.