Skip to content

Commit 159f2d3

Browse files
author
David Vogt
authored
Merge pull request #419 from winged/bump_120
chore: bump v1.2.0
2 parents 14208f4 + f31fba5 commit 159f2d3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v1.2.0 (17 November 2022)
2+
3+
### Feature
4+
* **views:** Apply localized default ordering ([`7e1265c`](https://github.com/projectcaluma/emeis/commit/7e1265ccdd3f2a81dba3060320f58ab7d99b2dde))
5+
6+
### Fix
7+
* **models:** Set scope full_name correctly in all situations ([`47ff9b5`](https://github.com/projectcaluma/emeis/commit/47ff9b502eeeaa056113bd40966b6052491384b6))
8+
* **ordering:** Correct ordering when forced local is in use ([`a7ee5d3`](https://github.com/projectcaluma/emeis/commit/a7ee5d3bc8e93d5f778b452530aa12219ba9ab15))
9+
10+
111
## v1.1.0 (23. September 2022)
212

313
### Feature

emeis/emeis_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__title__ = "emeis"
44
__description__ = "user management"
5-
__version__ = "1.1.0"
5+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)