Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 25, 2023
1 parent d9cfe7c commit 24c8f7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v1.2.0-dev

### Enhancements

* Shuffle the demands on first dispatch for load balancing across consumers
* Allow explicitly specifying :max_demand in DemandDispatcher

### Bug fixes

* Do not dispatch when accumulating demand

## v1.1.1 (2021-08-13)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule GenStage.Mixfile do
use Mix.Project

@version "1.1.1"
@version "1.2.0-dev"

def project do
[
Expand Down

0 comments on commit 24c8f7d

Please sign in to comment.