Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metadaddy committed Sep 4, 2024
1 parent cf22fc2 commit d0d15ca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2024-09-03

### Added

- Support for [Backblaze B2 Event Broker](https://github.com/backblaze-b2-samples/b2-event-broker)

## [1.0.1] - 2024-07-31

### Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ You can use B2listen with the [Backblaze B2 Event Broker](https://github.com/bac

```console
% docker run --env-file .env ghcr.io/backblaze-b2-samples/b2listen listen my-bucket \
--rule-name myEventRule --event-broker-url https://event-broker.acme.workers.dev \
--rule-name my-event-rule --event-broker-url https://event-broker.acme.workers.dev \
--url http://host.docker.internal:8000 --poll-interval 10
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = 'b2listen'
description = "B2listen allows you to forward Backblaze B2 Event Notifications to a service listening on a local URL"
readme = "README.md"
version = '1.0.1'
version = '1.1.0'
requires-python = ">= 3.10"
keywords = ["Backblaze", "B2" ]
authors = [
Expand Down

0 comments on commit d0d15ca

Please sign in to comment.