Skip to content

Commit

Permalink
Update change log files (#43639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakicar95 authored Dec 27, 2024
1 parent 4c7c69e commit 7ba4a13
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 25 deletions.
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-geolocation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.3 (Unreleased)
## 1.0.0-beta.3 (2024-12-27)

### Features added

Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-geolocation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-maps-geolocation</artifactId>
<version>1.0.0-beta.2</version>
<version>1.0.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 2.0.0-beta.2 (Unreleased)
## 2.0.0-beta.2 (2024-12-27)

### Features added

Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-render/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-maps-render</artifactId>
<version>2.0.0-beta.1</version>
<version>2.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-route/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.3 (Unreleased)
## 1.0.0-beta.3 (2024-12-27)

### Features added

Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-route/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-maps-route</artifactId>
<version>1.0.0-beta.2</version>
<version>1.0.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4 changes: 2 additions & 2 deletions sdk/maps/azure-maps-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Release History

## 2.0.0-beta.2 (Unreleased)
## 2.0.0-beta.2 (2024-12-27)

### Features added

- Integrated support for SAS-based authentication

## 2.0.0-beta.1 (2024-12-17)
## 2.0.0-beta.1 (2024-12-27)

### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-maps-search</artifactId>
<version>2.0.0-beta.1</version>
<version>2.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
8 changes: 1 addition & 7 deletions sdk/maps/azure-maps-timezone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2024-12-27)

### Features Added

- Integrated support for SAS-based authentication

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2022-10-11)

- Azure Maps SDK Timezone client library for Java. This package contains the Azure Maps SDK Timezone library. Package tag 1.0.0-beta.1. For documentation on how to use this package, please see [Microsoft Azure SDK for Timezone SDK](https://docs.microsoft.com/rest/api/maps/timezone).
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-timezone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-maps-timezone</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
8 changes: 1 addition & 7 deletions sdk/maps/azure-maps-weather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2024-12-27)

### Features Added

- Integrated support for SAS-based authentication

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2022-11-08)

- Azure Maps SDK Weather client library for Java. This package contains the Azure Maps SDK Weather library. Package tag 1.0.0-beta.1. For documentation on how to use this package, please see [Microsoft Azure SDK for Weather SDK](https://docs.microsoft.com/rest/api/maps/weather).
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-weather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-maps-weather</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit 7ba4a13

Please sign in to comment.