Skip to content

Commit 7419e0e

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-04-19) ### Bug Fixes * adding multiple database flavors ([cad806b](cad806b)) * class name ([daaf343](daaf343)) * conf.d ([c22b9df](c22b9df)) * Desabilitando GRPC ([971e0cc](971e0cc)) * Docker-compose improvemements ([7462399](7462399)) * EnsureDatabase Minimal API e connection strings ([d9583bf](d9583bf)) * Erro de DI na program.cs ([edc1ba2](edc1ba2)) * git mv ([0543ff8](0543ff8)) * identity jwt configuration ([947bc72](947bc72)) * Melhorias ([a6c3014](a6c3014)) * migration ([415c8a4](415c8a4)) * old migrations and jwt ([89a7edc](89a7edc)) * remocao config nginx ([6f68534](6f68534)) * removing nginx ([6be39ac](6be39ac)) * route ([ccf5935](ccf5935)) * route error and local culture ([ce0d9cf](ce0d9cf)) ### Features * .NET 5 ([a50636d](a50636d)), closes [#1](#1) [#2](#2) * .NET 6 ([430151e](430151e)) * .NET 6 & Dockerfile ([2bb76e3](2bb76e3)) * Auto PFX generation, .net 6 Program.cs, docker ready ([8af1e89](8af1e89)) * **cart:** translations ([88acee8](88acee8)) * **catalog:** Translations ([dee07a2](dee07a2)) * Converting ShoppingCart to MinimalAPI ([ca879b4](ca879b4)) * Initial commit ([28a7f52](28a7f52)) * multidatabase & pfx ([33361c4](33361c4)) * **mvc:** translations ([abb057c](abb057c)) * refresh token ([3be6704](3be6704)) * security upgrades ([d6f0c9a](d6f0c9a)) ### BREAKING CHANGES * .NET 5
1 parent 7462399 commit 7419e0e

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# 1.0.0 (2022-04-19)
2+
3+
4+
### Bug Fixes
5+
6+
* adding multiple database flavors ([cad806b](https://github.com/desenvolvedor-io/dev-store/commit/cad806b82fa7689e87a7f00dea3719a7df2620f2))
7+
* class name ([daaf343](https://github.com/desenvolvedor-io/dev-store/commit/daaf3435b6a17513743d9fcfad87c54e4919b4a3))
8+
* conf.d ([c22b9df](https://github.com/desenvolvedor-io/dev-store/commit/c22b9df74978be9cce8f4b01b7a7de783e4a0ed9))
9+
* Desabilitando GRPC ([971e0cc](https://github.com/desenvolvedor-io/dev-store/commit/971e0cc412cf66507cdd8502fdbe9ee03d197aa1))
10+
* Docker-compose improvemements ([7462399](https://github.com/desenvolvedor-io/dev-store/commit/74623992d0291ccbf57f6ec74cded376cf5ff92f))
11+
* EnsureDatabase Minimal API e connection strings ([d9583bf](https://github.com/desenvolvedor-io/dev-store/commit/d9583bfb07de7672c4ca4cfbef6116257d6ba094))
12+
* Erro de DI na program.cs ([edc1ba2](https://github.com/desenvolvedor-io/dev-store/commit/edc1ba221c0c1e4f45401f32b9535083be9651db))
13+
* git mv ([0543ff8](https://github.com/desenvolvedor-io/dev-store/commit/0543ff8e8961ca648f4ac1f313c86ba2492a4faa))
14+
* identity jwt configuration ([947bc72](https://github.com/desenvolvedor-io/dev-store/commit/947bc72ff42802d17f191d940ef9d3ace359131d))
15+
* Melhorias ([a6c3014](https://github.com/desenvolvedor-io/dev-store/commit/a6c3014dd927873064a3bee5835dc63c3b7fcb5a))
16+
* migration ([415c8a4](https://github.com/desenvolvedor-io/dev-store/commit/415c8a4a909b8eddcfeb8f6f5138876a7114d4bb))
17+
* old migrations and jwt ([89a7edc](https://github.com/desenvolvedor-io/dev-store/commit/89a7edc6606516aa813f5bd71b6c434ca040116e))
18+
* remocao config nginx ([6f68534](https://github.com/desenvolvedor-io/dev-store/commit/6f68534a5f5ae3d35863a55b4be6ac4c257feea8))
19+
* removing nginx ([6be39ac](https://github.com/desenvolvedor-io/dev-store/commit/6be39ace27e7fa8c2744d21d5f5693a959b4b13d))
20+
* route ([ccf5935](https://github.com/desenvolvedor-io/dev-store/commit/ccf5935215eaed35b4386c96858d5b5add51ccd5))
21+
* route error and local culture ([ce0d9cf](https://github.com/desenvolvedor-io/dev-store/commit/ce0d9cf13dcfe41c3484022fea994986e665354a))
22+
23+
24+
### Features
25+
26+
* .NET 5 ([a50636d](https://github.com/desenvolvedor-io/dev-store/commit/a50636d25e2fcdd55ee82abd198633c17b24888d)), closes [#1](https://github.com/desenvolvedor-io/dev-store/issues/1) [#2](https://github.com/desenvolvedor-io/dev-store/issues/2)
27+
* .NET 6 ([430151e](https://github.com/desenvolvedor-io/dev-store/commit/430151e2d7323f4505b426e38f169f52fb947623))
28+
* .NET 6 & Dockerfile ([2bb76e3](https://github.com/desenvolvedor-io/dev-store/commit/2bb76e39b7c04e6b5618f79c733f067c5a68567a))
29+
* Auto PFX generation, .net 6 Program.cs, docker ready ([8af1e89](https://github.com/desenvolvedor-io/dev-store/commit/8af1e89d7dabb984ffe95a8d1938886d193ea57f))
30+
* **cart:** translations ([88acee8](https://github.com/desenvolvedor-io/dev-store/commit/88acee80e1fd8ba27083b09da269961ea1601fc3))
31+
* **catalog:** Translations ([dee07a2](https://github.com/desenvolvedor-io/dev-store/commit/dee07a2b0b639cd238296d5b5122978803ddfd7b))
32+
* Converting ShoppingCart to MinimalAPI ([ca879b4](https://github.com/desenvolvedor-io/dev-store/commit/ca879b4cf6b2947056f06c99856881a96dc6bcd2))
33+
* Initial commit ([28a7f52](https://github.com/desenvolvedor-io/dev-store/commit/28a7f528ceb1b309fb22eeeb565e22d71c7c1ce6))
34+
* multidatabase & pfx ([33361c4](https://github.com/desenvolvedor-io/dev-store/commit/33361c4fcf02dc3b6a85bcc7e07e403b9edfbb30))
35+
* **mvc:** translations ([abb057c](https://github.com/desenvolvedor-io/dev-store/commit/abb057c466f702227cc1bbc322dc53d95182579b))
36+
* refresh token ([3be6704](https://github.com/desenvolvedor-io/dev-store/commit/3be6704e426c779d0b4f5b284e76b7644ff30ba1))
37+
* security upgrades ([d6f0c9a](https://github.com/desenvolvedor-io/dev-store/commit/d6f0c9a3fa876a32e647bd445e467d25ca083b84))
38+
39+
40+
### BREAKING CHANGES
41+
42+
* .NET 5

0 commit comments

Comments
 (0)